# -*- 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 Graph 0.96 license {Artistic-1 GPL} maintainers nomaintainer description graph operations for perl long_description This is Graph, a Perl module for dealing with graphs, the abstract \ data structures. (If you were looking for pie charts, I'm sorry.) \ \ This is a full rewrite of the Graph module 0.2xx series as discussed \ in the book \"Mastering Algorithms with Perl\", written by Jarkko \ Hietaniemi (the undersigned), John Macdonald, and Jon Orwant, \ and published by O'Reilly and Associates. platforms darwin checksums rmd160 254f42f014381f6002a9bafcc71c1d791b95d5e8 \ sha256 832efa8d483a484f2543a001a3996fcc04c9b37cfc2178d63f603fb0cf8f9727 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-heap supported_archs noarch }