# -*- 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-Mask 0.06
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Module::Mask - pretend certain modules are not installed
long_description    ${description}

platforms           darwin

checksums           rmd160  a38d8c0d3e80d7a91e4799f7539ea6ddd67a9981 \
                    sha256  2d73f81ff21c9fa28102791e546ff257164b3025f7832544c8223fb87c1e7e77 \
                    size    6348

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-module-util \
                    port:p${perl5.major}-test-pod \
                    port:p${perl5.major}-test-pod-coverage

    perl5.use_module_build
    supported_archs noarch
}
