# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup GraphViz 2.18 license {Artistic-1 GPL} maintainers ryandesign openmaintainer 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 supported_archs noarch checksums rmd160 299759ae023c92e3cbea8463b42c26c3e624991b \ sha256 305d012a43e9522d5f91b63a52e926061ba372431735ede95ce7712f486baffd if {${perl5.major} != ""} { extract.suffix .tgz depends_lib-append \ path:bin/dot:graphviz \ port:p${perl5.major}-graph \ port:p${perl5.major}-ipc-run \ port:p${perl5.major}-math-bezier }