# -*- 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.24 perl5.setup GraphViz 2.22 license Artistic-2 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. Deprecated \ in favor of module GraphViz2. platforms darwin supported_archs noarch checksums rmd160 38c356c1823f1e6f12e409b03d8075761e211971 \ sha256 72ee8892421152ecd5d91a822fbfaeccb5ad83d7191c4b6e2f57f99e27d046a3 if {${perl5.major} != ""} { extract.suffix .tgz depends_build-append \ port:p${perl5.major}-test-pod # use Time::HiRes 1.9739+ for Sierra compatibility depends_lib-append \ path:bin/dot:graphviz \ port:p${perl5.major}-file-which \ port:p${perl5.major}-ipc-run \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-parse-recdescent \ port:p${perl5.major}-time-hires \ port:p${perl5.major}-xml-twig \ port:p${perl5.major}-xml-xpath }