# $Id: Portfile 107609 2013-07-03 02:41:03Z dports@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           Module-Metadata 1.000014
license               {Artistic GPL}
maintainers           nomaintainer
description           Gather package and POD information from perl module files
long_description      ${description}

platforms             darwin

checksums             rmd160  b15359c75329513adb237eafcfa0a1fc2088de59 \
                      sha256  60f27e8b8b0872e00745d911bd9eaf7157271fc2b9b4bb36da17c8aa7f550be3

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

supported_archs       noarch
}
