# -*- 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         Sub-Exporter-Progressive 0.001013

platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         Sub::Exporter::Progressive - Only use Sub::Exporter if you need it.

long_description    ${description}

checksums           rmd160  c2ece26041de78f249ab5c03311ce3496aa62fdc \
                    sha256  d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056

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

    supported_archs noarch
}
