# -*- 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.9729 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 4ab5c694c874110b5f61fd28b8bcd452dfb692cd \ sha256 3efbed46ca82f78f25253d034232b0cc9cfadfbd867437e63f9275850f85abb0 \ size 148591 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 }