# -*- 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.07
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  3ab5fd636198dfd0f2bc1e490ff914aba220effb \
                    sha256  fe34bb961bf7004120c67aa95c0da57c759cb46b02bdaee01488641b1c073f67 \
                    size    22826

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
}
