# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           Hash-Merge 0.12
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Merges arbitrarily deep hashes into a single hash
long_description      ${description}

platforms             darwin

checksums             md5 875e2d9101bde2f6b410dd12f7e10964 \
                      sha1 3081682afe99fb80f9c0eabdc0c6e34c486e3db4 \
                      rmd160 0c3aaab04e75ffec605400b514dfa65b85a91bc3

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-clone

supported_archs       noarch
}
