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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Sub-Install 0.925
maintainers         narf_tm openmaintainer
description         install subroutines into packages easily
long_description    This module makes it easy to install subroutines into \
                    packages without the unslightly mess of no strict or \
                    typeglobs lying about where just anyone can see them.

platforms           darwin

checksums           md5 694aaec771c42280746a9a6279683263 \
                    sha1 628624a2ca52e22f18cbcd2851ab5c9b31c92da1 \
                    rmd160 1a29c281d1c7cf83f47b85e708f449d4e24547dd

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