pkgsrc/devel/p5-Test-Harness/Makefile
wen 21948caf03 Update to 3.27
Upstream changes:
3.27    2013-04-30
        - Dramatically reduce memory usage (Nick Clark, RT #84939)
        - Store test_num (in Grammar.pm) as a number instead of a string.
          Reduces memory usage (Nick Clark, RT #84939)
        - PERL5LIB is always propogated to a test's @INC, even with taint more
          (Schwern, RT #84377)

3.26    2013-01-16
        - Renamed env.opts.t to env_opts.t (for VMS)
        - Skipped some TAP::Formatter::HTML tests due to this bug: #82738
2013-05-02 02:37:38 +00:00

17 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.41 2013/05/02 02:37:38 wen Exp $
#
DISTNAME= Test-Harness-3.27
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Harness/
COMMENT= Run Perl standard test scripts with statistics
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Test/Harness/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"