# $Id: Portfile 64744 2010-03-15 13:15:15Z nox@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Scalar-List-Utils 1.23
maintainers         narf_tm openmaintainer
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

post-destroot {
    set docdir ${prefix}/share/doc/${name}
    xinstall -d ${destroot}${docdir}
    xinstall -m 644 -W ${worksrcpath} Changes README ${destroot}${docdir}
}
