pkgsrc/devel/p5-Test-Harness/Makefile
sno 9145751026 pkgsrc changes:
- updating package for p5 module Test::Harness from 3.16 to 3.17
  - setting gnu-gpl-v2 as license

upstream changes:
3.17    2009-05-05
        - Changed the 'failures' so that it is overridden by verbosity rather
          than the other way around.
        - Added the 'comments' option, most useful when used in conjunction
          with the 'failures' option.
        - Deprecated support for Perls earlier than 5.6.0.
        - Allow '-I lib' as well as '-Ilib' in $Test::Harness::Switches
          (regression).
        - Restore old skip parsing semantics for TAP < v13. Refs #39031.
        - Numerous small documentation fixes.
        - Remove support for fork-based parallel testing. Multiplexed
          parallel testing remains.
2009-05-19 23:33:34 +00:00

20 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.30 2009/05/19 23:33:34 sno Exp $
#
DISTNAME= Test-Harness-3.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Harness/
COMMENT= Run Perl standard test scripts with statistics
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Test/Harness/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"