# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-NoWarnings 1.01
maintainers           narf_tm openmaintainer
description           Make sure you didn't emit any warnings while testing
long_description      ${description}

platforms             darwin

checksums             md5 ea97a1891812c2968f2fa8f89c06ff30 \
                      sha1 9f13caef00364436563d8387dd679466496b82dd \
                      rmd160 513ec005d249cbf4ecece4debcd9fc8737904ed3

depends_lib-append    port:p5-test-tester \
                      port:p5-test-simple

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
