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

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             Module-Depends 0.15
platforms               darwin
maintainers             ryandesign openmaintainer

description             identify the dependencies of a distribution

long_description        ${description}

checksums               md5     1ac455570cfffd89c0e105fcb09b7e4e \
                        sha1    6ec0eb3a05ae799fff51d9ea35751099b60f1a5e \
                        rmd160  7a01142e29606bd259ff7b33cd2dcddc104aa376

depends_lib-append      port:p5-class-accessor-chained \
                        port:p5-yaml

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