# $Id: Portfile,v 1.1 2006/03/26 09:08:55 blb Exp $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			Algorithm-Dependency 1.101
maintainers			darwinports@opendarwin.org
description			Base class for implementing various dependency trees
long_description \
	Algorithm::Dependency is a framework for creating simple read-only \
	dependency heirachies, where you have a set of items that rely on \
	other items in the set, and require actions on them as well.\
	Despite the most visible of these being software installation systems \
	like the CPAN installer, or debian apt-get, they are usefull in other \
	situations. This module intentionally uses implementation-neutral \
	words, to avoid confusion.

platforms			darwin

checksums			md5 d6187a17fa90cbf4d1c513ea2c500269

depends_lib-append	port:p5-params-util port:p5-test-classapi

