47d58c32ef
Upstream changes: 3.34 2014-11-02 - Enable printing CPU times spent per test (Jarkko Hietaniemi) 3.33 2014-08-16 - Various documentation fixes (Leon Timmermans, Justin Cook)
17 lines
491 B
Makefile
17 lines
491 B
Makefile
# $NetBSD: Makefile,v 1.48 2014/11/06 02:05:37 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Harness-3.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/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"
|