# $Id: Portfile,v 1.1 2004/05/05 22:54:04 mww Exp $ PortSystem 1.0 PortGroup python 1.0 name py-dot version 0.9.3b categories python graphics platforms darwin maintainers mww@opendarwin.org description python module for creating graphs long_description An interface for creating both directed and non \ directed graphs from Python. Currently all attributes \ implemented in the Dot language are supported (up to \ Graphviz 1.10). homepage http://dkbza.org/pydot.html master_sites http://dkbza.org/data/ distname pydot-${version} checksums md5 efec2c4785777f071ab26b9b10a81836 depends_run bin:dot:graphviz post-destroot { xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README \ ${destroot}${prefix}/share/doc/${name} }