# -*- 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         Import-Into 1.002005 ../by-authors/id/H/HA/HAARG
platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         Import::Into - import packages into other packages

long_description    Writing exporters is a pain. Some use Exporter, some use \
                    Sub::Exporter, some use Moose::Exporter, some use \
                    Exporter::Declare ... and some things are pragmas. \
                    \
                    Exporting on someone else's behalf is harder. The \
                    exporters don't provide a consistent API for this, and \
                    pragmas need to have their import method called directly, \
                    since they affect the current unit of compilation. \
                    \
                    Import::Into provides global methods to make this painless.

checksums           rmd160  65825c1b0854120faed3415e3d7e28538bac71cf \
                    sha256  bd9e77a3fb662b40b43b18d3280cd352edf9fad8d94283e518181cc1ce9f0567

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-module-runtime

    supported_archs noarch
}
