# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Test-SubCalls 1.09
revision            4
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Track the number of times subs are called
long_description    ${description}

platforms           darwin

checksums           md5 975a9fe8d93ef0298fc1bca8f03166e1 \
                    sha1 a661586dd732fbf6aa5803ff8f64d727a5d35704 \
                    rmd160 f3df43ad4b7cd2117d277367af7b4dcf248615d4

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-hook-lexwrap

supported_archs noarch
}
