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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Test-SubCalls 1.09
maintainers         narf_tm openmaintainer
description         Track the number of times subs are called
long_description    ${description}

platforms           darwin

checksums           md5 975a9fe8d93ef0298fc1bca8f03166e1 \
                    sha1 a661586dd732fbf6aa5803ff8f64d727a5d35704 \
                    rmd160 f3df43ad4b7cd2117d277367af7b4dcf248615d4

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