# $Id: Portfile 84447 2011-09-26 12:28:46Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-NoWarnings 1.02
revision              2
license               LGPL
maintainers           nomaintainer
description           Make sure you didn't emit any warnings while testing
long_description      ${description}

platforms             darwin

checksums             md5 6c5ae5613c66d6b5e4f0799085571a64 \
                      sha1 474ed429369e6fa0535d843372bce4185c97fa40 \
                      rmd160 5df170b60b0ee87b42902138f276c8a20f51231a

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-test-tester \
                      port:p${perl5.major}-test-simple

supported_archs       noarch
}
