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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Pod-ProjectDocs 0.40
revision            1

platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

description         Pod::ProjectDocs (no description available)

long_description    ${description}

checksums           rmd160 11624f12404cf53eefc9db367b240a501887b6fc \
                    sha256 924889e13871a04d7b7deb0945b825aa1bd588e6203fbca8e8fa5e61dcf58289

if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-uri \
                        port:p${perl5.major}-class-data-inheritable \
                        port:p${perl5.major}-json \
                        port:p${perl5.major}-template-toolkit \
                        port:p${perl5.major}-class-accessor \
                        port:p${perl5.major}-readonly
}
