# -*- 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 120290 2014-05-21 23:56:57Z devans@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         Scalar-List-Utils 1.38
license             {Artistic GPL}
maintainers         nomaintainer
description         Perl subroutines that would be nice to have in the perl core
long_description    ${description}

checksums           md5     cae0bff5dea8a14962229369edc02bac \
                    sha1    d2c6c5bd632e1fdf1ce5e59720bff1fe5992d997 \
                    rmd160  60bdc4a26e50042f29c3f4d510f1a7f58522d3ba

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}
}
}
