# -*- 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 118399 2014-04-01 11:30:28Z 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         Pod-Simple 3.28
maintainers         nomaintainer
license             {Artistic GPL}
description         framework for parsing Pod
long_description    This is a late-beta release of Pod::Simple, the \
                    module-suite for parsing Pod.  There are still some \
                    gaps in the documentation, and Pod::Simple::HTML \
                    isn't yet all that it should be.

checksums           rmd160  ef7998debf3c0931661d6a9b8e88eda76c1cc9b6 \
                    sha256  a95d37aa47118f6e036f965f195591bc2f3ffa369c76d575140a408e5578c4b1

platforms           darwin

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

supported_archs     noarch
}
