# -*- 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         Pod-Simple 3.45
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         A framework for parsing Pod
long_description    Pod::Simple is a Perl library for parsing text in the \
                    Pod ("plain old documentation") markup language that is \
                    typically used for writing documentation for Perl and \
                    for Perl modules. Pod formatters can use Pod::Simple to \
                    parse Pod documents and render them into plain text, HTML, \
                    or any number of other formats.

checksums           rmd160  c2dffc6de65298ca185fd14fa6096fc77b4985ae \
                    sha256  8483bb95cd3e4307d66def092a3779f843af772482bfdc024e3e00d0c4db0cfa \
                    size    303973

platforms           {darwin any}

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

    supported_archs noarch
}
