# $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           Data-OptList 0.106
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           parse and validate simple name/value option pairs
long_description      ${description}

platforms             darwin

checksums             md5 d2e2e74540f9a388a7d180849d63d03a \
                      sha1 00f22cdb5ae1ef9f1e1db878078b23455d7bf573 \
                      rmd160 22e1fad1c4f323ee34ef758eb3150bc873f797e8

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-params-util \
                      port:p${perl5.major}-sub-install

supported_archs noarch
}
