# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup			GraphViz 2.10
revision        1
license				{Artistic-1 GPL}
maintainers			nomaintainer
description			Interface to the GraphViz graphing tool
long_description \
	This modules provides an interface to layout and generate images of \
	directed graphs in a variety of formats (PostScript, PNG, etc.) using \
	the \"dot\" and \"neato\" programs from the GraphViz project

platforms			darwin

checksums			rmd160  d0185e807f9d2cff42711b1698d69c0b6ee3d45a \
				sha256  8bf168280e7139e5b0d0964ed1f17bc458611ed027ae79b8e9659c6abe0cf841

if {${perl5.major} != ""} {
extract.suffix			.tgz

depends_lib-append		path:bin/dot:graphviz port:p${perl5.major}-ipc-run \
				port:p${perl5.major}-graph port:p${perl5.major}-math-bezier

supported_archs noarch
}
