# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Module-Depends 0.16
platforms           {darwin any}
license             {Artistic-1 GPL}
maintainers         ryandesign openmaintainer

description         identify the dependencies of a distribution

long_description    {*}${description}

checksums           rmd160  93a0303186226d25e35135f34132572b694ad395 \
                    sha256  ff7d78a42f5410ec019442cf54360d61cb97355deb045f116a76e3a4c8a3a0a7

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

supported_archs     noarch
}
