# -*- 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-ExpectAndCheck 0.08 ../../authors/id/P/PE/PEVANS
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Test::ExpectAndCheck - expect/check-style unit testing with object methods
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  2f5b08051c76327bbd998e4521f0161e458c143b \
                    sha256  e638a601f8af144340decc40433d97d8679eb326d4595e0c7821235045e601ed \
                    size    23612

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-future \
                    port:p${perl5.major}-scalar-list-utils \
                    port:p${perl5.major}-test-deep \
                    port:p${perl5.major}-test-simple

    perl5.use_module_build
}
