pkgsrc/devel/p5-Test-Harness/Makefile
adrianp d4962aba67 Add back p5-Test-Harness
Even though it's now a part of perl the development of the module continues
and other modules are starting to require a later version of it than
the one bundled with perl.
2006-08-06 15:00:07 +00:00

16 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.25 2006/08/06 15:00:07 adrianp Exp $
#
DISTNAME= Test-Harness-2.62
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/
COMMENT= Run Perl standard test scripts with statistics
PERL5_PACKLIST= auto/Test/Harness/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"