# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			GraphViz 2.04
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

depends_lib-append		path:bin/dot:graphviz port:p5-ipc-run \
				port:p5-graph port:p5-math-bezier

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
