# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Test-Pod 1.52
maintainers         nomaintainer
license             {Artistic-1 GPL}
supported_archs     noarch

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

checksums           rmd160  6018da4884d6ea36826d80f82c3f6883b83116a6 \
                    sha256  60a8dbcc60168bf1daa5cc2350236df9343e9878f4ab9830970a5dde6fe8e5fc \
                    size    11841

platforms           {darwin any}

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