# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Test-Class 0.50 license {Artistic-1 GPL} maintainers nomaintainer description Test::Class - Easily create test classes in an xUnit/JUnit style long_description ${description} platforms darwin checksums rmd160 a13053f904ec426ae5172050d8399967c1c5c7d7 \ sha256 099154ed8caf3ff97c71237fab952264ac1c03d9270737a56071cabe65991350 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-exception depends_lib-append \ port:p${perl5.major}-module-runtime \ port:p${perl5.major}-mro-compat \ port:p${perl5.major}-try-tiny supported_archs noarch }