# -*- 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.180.0
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  ff9bf5a9d138cde5b68e9c82c9b4ec8207e7963b \
                    sha256  390e60361d2c1c404463a46d496681b05458d50d811ee99282992b9b61ed6cf6 \
                    size    24736

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

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

    perl5.use_module_build
}
