# -*- 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-MockObject 1.20200122
license             {Artistic-1 GPL}
maintainers         nomaintainer
supported_archs     noarch

description         Perl extension for emulating troublesome interfaces
long_description    It's a simple program that doesn't use any other \
                    modules, and those are easy to test.

platforms           {darwin any}

checksums           rmd160  1174a57cd6af23953cad617881bf18f3ab036a71 \
                    sha256  2b7f80da87f5a6fe0360d9ee521051053017442c3a26e85db68dfac9f8307623 \
                    size    30294

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}-universal-can \
                    port:p${perl5.major}-universal-isa
}
