# -*- 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.006003 ../../authors/id/T/TO/TOBYINK
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Exporter::Tiny - an exporter with the features of Sub::Exporter but only core dependencies
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  217a6f8a558afad3ec47d6ef0f956a6a56484634 \
                    sha256  6499f09a6432cf87b133fb9580a8a9a9a6c566821346b1fdee95f7b64c0317b1 \
                    size    92909

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

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