# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			Graph 0.94
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			md5     21c7c5b108fdf898ca1679a0509ccbb2 \
				sha1    6aa818a4b97e6ecb6a461b8722ec514ad194a23d \
				rmd160  f739d1ecd31d42cb8c45530cad5489916f0e86e1

depends_lib-append	port:p5-heap

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
