# $Id: Portfile 84660 2011-09-29 11:29:04Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-Deep 0.108
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Provides lots of flexibility when testing deep structures
long_description      ${description}

platforms             darwin

checksums             md5 df17efafc31acb927cc1d950115f4178 \
                      sha1 7505cfc6d68ab508cc671fa82c2a5b024ec33e95 \
                      rmd160 097d42c0495d1b5a70139386f9e125c2135e9eb9

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

supported_archs       noarch
}
