# -*- 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         B-Hooks-EndOfScope 0.28
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Execute code after a scope finished compilation
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  48840e0174c1ce8799503617494da07c99fe74b0 \
                    sha256  edac77a17fc36620c8324cc194ce1fad2f02e9fcbe72d08ad0b2c47f0c7fd8ef \
                    size    40151

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

    depends_lib-append \
                    port:p${perl5.major}-module-implementation \
                    port:p${perl5.major}-sub-exporter-progressive \
                    port:p${perl5.major}-variable-magic
}
