pkgsrc/devel/p5-Test-Harness/Makefile
hiramatsu 6241a58c07 Update p5-Test-Harness to 3.23.
Changes from previous:
----------------------
3.23    2011-02-20
        - Merge in changes from core. Thanks BinGOs.
        - Made SourceHandler understand that an executable binary file
          is probably an executable.
        - Added workaround for Getopt::Long 2.25 handling of
          multivalue options. Fixes test failure on stock perl 5.6.2.
2011-12-15 05:53:25 +00:00

19 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.37 2011/12/15 05:53:25 hiramatsu Exp $
#
DISTNAME= Test-Harness-3.23
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}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Test/Harness/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"