# -*- 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         Class-Load 0.25
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         a working (require Class::Name) and more
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  1da287cd47a569c7b9c72cad85f949c52f488968 \
                    sha256  2a48fa779b5297e56156380e8b32637c6c58decb4f4a7f3c7350523e11275f8f \
                    size    36644

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-fatal \
                    port:p${perl5.major}-test-needs \
                    port:p${perl5.major}-test-without-module \
                    port:p${perl5.major}-sub-exporter-progressive

    depends_lib-append \
                    port:p${perl5.major}-data-optlist \
                    port:p${perl5.major}-module-implementation \
                    port:p${perl5.major}-module-runtime \
                    port:p${perl5.major}-package-stash \
                    port:p${perl5.major}-try-tiny

    supported_archs noarch
}
