# -*- 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 118407 2014-04-01 12:33:48Z mojca@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         Module-Metadata 1.000019
license             {Artistic GPL}
maintainers         nomaintainer
description         Gather package and POD information from perl module files
long_description    ${description}

platforms           darwin

checksums           rmd160  912f01dd80a9f6c5e4341b4e12116103b1498311 \
                    sha256  5afca94dc0213608101ad519eb1b25133cdc9e44c2a053a45a5a59422c2ee554

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

supported_archs     noarch
}
