# $Id: Portfile 86329 2011-10-24 14:24:35Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

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

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-heap

supported_archs noarch
}
