# -*- 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-Manifest 1.09
revision            1
license             {Artistic-1 GPL}
maintainers         {mps @Schamschula} openmaintainer
description         Parse and examine a Perl distribution MANIFEST file.
long_description    {*}${description}
platforms           {darwin any}

checksums           rmd160  8953799579355f173d84fd7fd510d5dea0a7f3f5 \
                    sha256  a395f80ff15ea0e66fd6c453844b6787ed4a875a3cd8df9f7e29280250bd539b \
                    size    29699

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-exception \
                    port:p${perl5.major}-test-warn

    depends_lib-append \
                    port:p${perl5.major}-params-util

    supported_archs noarch
}
