# $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           Test-Warn 0.22
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           A few convenience methods for testing warning-based code
long_description      ${description}

platforms             darwin

checksums             md5 bfff5f43097debdef0cbe9047bd38853 \
                      sha1 378ff7f44b5268c7b91b01da2e16e2e09aa2422b \
                      rmd160 e1cb5edcefe0795a9551b5848801505fbda2e0d7

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-sub-uplevel \
                      port:p${perl5.major}-tree-dag_node

supported_archs       noarch
}
