# -*- 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         Exporter-Tiny 1.006002
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Exporter::Tiny is an exporter with the features of Sub::Exporter but only core dependencies
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  05dca0b05f07c2370da248bedc438064c8aceada \
                    sha256  6f295e2cbffb1dbc15bdb9dadc341671c1e0cd2bdf2d312b17526273c322638d \
                    size    92022

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

    depends_lib-append \
                    port:p${perl5.major}-lexical-var
}
