# $Id: Portfile 88345 2011-12-29 10:24:19Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			GraphViz 2.04
revision            2
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			md5     4ef406a3deca074c2a2b9237e4ae54b0 \
				sha1    4ddaead304bf0eba715398a2e6ff573bc4a753e4 \
				rmd160  abf855ea910b25e8d8aed40b8477d838bf330da3

if {${perl5.major} != ""} {
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
}
