Ticket #20031: Portfile

File Portfile, 800 bytes (added by someuser12, 15 years ago)

new Portfile for p5-graph

Line 
1PortSystem                      1.0
2PortGroup                       perl5 1.0
3
4perl5.setup                     Graph 0.91
5maintainers                     nomaintainer
6description                     graph operations for perl
7long_description \
8        This is Graph, a Perl module for dealing with graphs, the abstract \
9        data structures.  (If you were looking for pie charts, I'm sorry.) \
10        \
11        This is a full rewrite of the Graph module 0.2xx series as discussed \
12        in the book \"Mastering Algorithms with Perl\", written by Jarkko \
13        Hietaniemi (the undersigned), John Macdonald, and Jon Orwant, \
14        and published by O'Reilly and Associates.
15
16platforms                       darwin
17
18checksums           md5     81cf32f8fb524bfc9f4cd7a86486e85a \
19                    sha1    5982f396a08fe61d9a1c429e1115b36eefb44cca \
20                    rmd160  7dcf036e1aa714337d19c13bcfa3234657f8b9cc
21
22depends_lib-append      port:p5-heap