# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 86985 2011-11-07 20:41:23Z dports@macports.org $

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             Module-Depends 0.15
revision                2
platforms               darwin
license                 {Artistic-1 GPL}
maintainers             ryandesign openmaintainer

description             identify the dependencies of a distribution

long_description        ${description}

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

if {${perl5.major} != ""} {
depends_lib-append      port:p${perl5.major}-class-accessor-chained \
                        port:p${perl5.major}-yaml

supported_archs noarch
}
