# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			Algorithm-Dependency 1.106
maintainers			nomaintainer
description			Base class for implementing various dependency trees
long_description \
	Algorithm::Dependency is a framework for creating simple read-only \
	dependency hierarchies, 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     60cb5584ceacd0a569537bc0ff359e1f \
					sha1    cd2673f9962ec9ac1260e9927d8b2a421689559e \
					rmd160  39563b0cfe1d94f89d407a7d82f56cc5ba0d9d9a

depends_lib-append      port:p5-params-util

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