# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           namespace-clean 0.14
maintainers           narf_tm openmaintainer
description           Keep imports and functions out of your namespace
long_description      ${description}

platforms             darwin

checksums             md5 27e0858674340830be8bc568b9ca3a1b \
                      sha1 1f16b57db4ecde4848698894637196017eed17e0 \
                      rmd160 1df62c34c70cbd6564ce8988044215f6d1840e1d

depends_lib-append    port:p5-b-hooks-endofscope \
                      port:p5-sub-name \
                      port:p5-test-simple \
                      port:p5-sub-identify

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
