# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Scalar-List-Utils 1.23
revision            2
license             {Artistic GPL}
maintainers         nomaintainer
description         Perl subroutines that would be nice to have in the perl core
long_description    ${description}

checksums           md5     2e7909f8737cd6eecd8520b77326916b \
                    sha1    e88f4df0d0d64db03f4ad6fa91951571148fa27f \
                    rmd160  fe5c73fb7bb482dc47331f027f68ac5a709b1dc8

platforms           darwin

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