# $Id: Portfile 105129 2013-04-11 15:38:44Z mcalhoun@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Scalar-List-Utils 1.27
revision            3
license             {Artistic GPL}
maintainers         nomaintainer
description         Perl subroutines that would be nice to have in the perl core
long_description    ${description}

checksums           md5     d71e318b54d7ff93174f6d67eb74b4aa \
                    sha1    b5cc59a145463def6978508c7567b4bf8f019c22 \
                    rmd160  a9333eee4e83637f43597b9af9e8b6bcb2e4e21b

platforms           darwin

if {${perl5.major} != ""} {
post-destroot {
    set docdir ${prefix}/share/doc/${subport}
    xinstall -d ${destroot}${docdir}
    xinstall -m 644 -W ${worksrcpath} Changes README ${destroot}${docdir}
}
}
