# $Id: Portfile 109127 2013-08-08 11:03:04Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.8 5.10 5.12 5.14 5.16
perl5.setup           Pod-Readme 0.11
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Convert POD to README file
long_description      ${description}

platforms             darwin
supported_archs       noarch

checksums             md5 5846d5fad616daf941862c44b3512ba7 \
                      sha1 65fb8d4bb64e7400fee9ad09ffecc97dce97bb27 \
                      rmd160 6a211d829a74a0084b2f16ccf010e8578467203c

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-regexp-common \
                      port:p${perl5.major}-podlators
}
