# $Id: Portfile 67746 2010-05-17 15:32:28Z narf_tm@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Module-CoreList 2.33
maintainers         narf_tm openmaintainer
description         what modules shipped with versions of perl
long_description    Module::CoreList contains the hash of hashes \
                    %Module::CoreList::version, that is keyed on perl \
                    version as indicated in \$].

platforms           darwin

checksums           md5 78da38bff6b587133ef32050d9b74445 \
                    sha1 316d2be145db4c5f29319952bab60910599875d3 \
                    rmd160 9d228ae30caa521b732e4260a25e05155eab756f

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