# -*- 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-MockModule v0.185.3 ../../authors/id/G/GF/GFRANKS
revision            0
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         Test::MockModule - Override subroutines in a module for unit testing
long_description    {*}${description}

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  f15fe5b07004d1ac1f2879c4b4fc780cb2b35db9 \
                    sha256  92e6de1caf40c38d5557ad2192e1a34f7a518a9101bc6af953b23bcfcffc52d3 \
                    size    53643

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

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

    perl5.use_module_build
}
