# -*- 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
# $Id: Portfile 118988 2014-04-14 19:23:45Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
perl5.setup         Import-Into 1.002001 ../by-authors/id/H/HA/HAARG

platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

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 effect the current unit of compilation. \
                    \
                    Import::Into provides global methods to make this painless.

checksums           rmd160 d488320a83cf0cdefc822009baa978a628be97df \
                    sha256 245ea6c8aacb39f942d71a445d539216fbdf2b281ea22a92abccf53cf7ecf28f
