# $Id: Portfile 109041 2013-08-07 09:31:16Z 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-Harness 3.23 ../by-authors/id/A/AN/ANDYA
revision        4
license         {Artistic-1 GPL}
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.
perl5.link_binaries no
