# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup GraphViz 2.26 revision 0 checksums rmd160 177bbff86e4814bcb90b9e74d34709ac14aa4806 \ sha256 9a5d2520b3262bf30475272dd764a445f8e7f931bef88be0e3d3bff445da7328 \ size 90338 license Artistic-2 maintainers {ryandesign @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 any} supported_archs noarch if {${perl5.major} != ""} { 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 } else { livecheck.type none }