# -*- 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         Test-DistManifest 1.014
revision            1
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Author test that validates a package MANIFEST.
long_description    ${description}
platforms           {darwin any}

checksums           rmd160  81c448539c20238fd9a976e38dda44de431d5f62 \
                    sha256  3d26c20df42628981cbfcfa5b1ca028c6ceadb344c1dcf97a25ad6a88b73d7c5 \
                    size    35599

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-module-build-tiny

    depends_lib-append \
                    port:p${perl5.major}-module-manifest

    perl5.use_module_build
    supported_archs noarch
}
