# -*- 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-Class 0.52
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test::Class - Easily create test classes in an xUnit/JUnit style
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  2b13e315bf5dc4b1f69e76df85ad9dc5437448c8 \
                    sha256  40c1b1d388f0a8674769c27529f0cc3634ca0fd9d8f72b196c0531611934bc82 \
                    size    61103

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

    depends_lib-append \
                    port:p${perl5.major}-module-runtime \
                    port:p${perl5.major}-mro-compat \
                    port:p${perl5.major}-try-tiny

    supported_archs noarch
}
