# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     Test-Harness 3.23 ../by-authors/id/A/AN/ANDYA
revision        2
platforms		darwin
maintainers     nomaintainer
supported_archs noarch

description     Run perl standard test scripts with statistics.

long_description \
    You can write test scripts without knowing the exact output this module expects by using \"Test\" \
    modules. However, by using this module, you can know the specifics, and you can prints some \
    performance statistics that are computed by the Benchmark module.

checksums       sha1    c21738d3d8aec0075baa02b20a73ebeb452b567f \
                rmd160  ebe02ded15a9c1aa34aa5cd462ec6a7330d7a061

## # Perl searches vendor location last, so this won't
## # override the older version included with perl
## # if we install it in the vendor location
## set perl5.lib   ${prefix}/lib/perl5/${perl5.version}

## configure.args

## Test-Harness includes the 'prove' binary, which is used to run tests.  Sigh.
post-destroot {
    ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
}
