Ticket #16836: Portfile

File Portfile, 959 bytes (added by stromnov (Andrey Stromnov), 16 years ago)

python/py25-pygraphviz/Portfile

Line 
1# $Id$
2
3PortSystem              1.0
4PortGroup               python25 1.0
5
6name                    py25-pygraphviz
7version                 0.37
8categories-append       science
9maintainers             nomaintainer
10description             A Python wrapper for the Graphviz Agraph data structure.
11long_description        ${description}
12
13platforms               darwin
14
15homepage                https://networkx.lanl.gov/wiki/pygraphviz
16master_sites            http://pypi.python.org/packages/source/p/pygraphviz/ \
17                        https://networkx.lanl.gov/download/networkx/
18distname                pygraphviz-${version}
19
20checksums               md5 3379f23497bffe549269cfcf00de099b \
21                        sha1 0328e62c8d7f249f48d556ffb0c634f9265f87df \
22                        rmd160 b3b180454a3b8779d0c4c8bb2215bb6901f3cb2e
23
24depends_lib-append      bin:swig:swig \
25                        port:graphviz \
26                        port:py25-setuptools