# -*- 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 Graph 0.9732 revision 0 license {Artistic-1 GPL} maintainers nomaintainer description Graph - graph data structures and algorithms long_description This is Graph, a Perl module for creating abstract data structures called graphs, \ and for doing various operations on those. This module is not for drawing or \ rendering any sort of graphics or images, business, visualization, or otherwise. platforms {darwin any} supported_archs noarch checksums rmd160 4aa86978bd6417337e7e97a43264188570ae89ff \ sha256 eafc9e519a04ac0a61a3eb34b6e18709411e5abde4bf1d9019c2e371aedf6c50 \ size 150234 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-math-complex \ port:p${perl5.major}-test-simple depends_lib-append \ port:p${perl5.major}-heap \ port:p${perl5.major}-set-object }