# $Id: Portfile 114313 2013-12-05 05:09:18Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Test-Unit 0.25
revision            1
license             {Artistic-1 GPL-1}
maintainers         blair openmaintainer
description         The PerlUnit testing framework
long_description    ${description}

platforms           darwin

checksums           md5    bbd92a461996ae978ac378eae477bd79 \
                    sha256 5bd36b7262b849aef07510df53081f3858893a583021f8e831d9a497be31dfaf

supported_archs     noarch

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-class-inner \
                    port:p${perl5.major}-devel-symdump
}
