# $Id: Portfile 107616 2013-07-03 02:42:26Z dports@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup               Test-Pod 1.48
maintainers               nomaintainer
license                   {Artistic GPL-2}
supported_archs           noarch

description               check for POD errors in files
long_description          ${description}

checksums                 rmd160  46a9af1addf1e7eff5ffb31da422c792e55d8e4d \
                          sha256  2478cea781d3740ff4ce1432770707248fb3145946244a6d96e459bf14e4bcc2

platforms                 darwin

if {${perl5.major} != ""} {
depends_lib-append        port:p${perl5.major}-pod-simple \
                          port:p${perl5.major}-test-simple

perl5.use_module_build
}
