# -*- 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-XS 0.10
revision            1

platforms           darwin
maintainers         nomaintainer
license             Artistic-2

description         XS implementation of parts of Class::Load

long_description    ${description}

checksums           rmd160  84d4416861a673cefefeb9d4110581482c1a65fd \
                    sha256  5bc22cf536ebfd2564c5bdaf42f0d8a4cee3d1930fc8b44b7d4a42038622add1

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