# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Test-use-ok 0.02
maintainers         narf_tm openmaintainer
description         Alternative to Test::More::use_ok
long_description    According to the Test::More documentation, it is \
                    recommended to run use_ok() inside a BEGIN block, so \
                    functions are exported at compile-time and prototypes \
                    are properly honored.

platforms           darwin

checksums           md5 c49b0bbb37a6764b8b96d9fcef954ba2

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