bb32524931
Upstream changes: 1.57 2010-03-26 00:13:18 EST5EDT - Includes full 'perl -V' output, not just Config::mychanges - Adds new 'X-Test-Reporter-Perl' header with Perl version and optional "RCx" suffix to positively identify tests from RC Perls - Minimum perl version is now 5.006, matching the rest of the Perl toolchain
20 lines
541 B
Makefile
20 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/08/01 19:00:35 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Reporter-1.57
|
|
PKGNAME= p5-${DISTNAME}00
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Base/
|
|
COMMENT= Perl module which sends test results to cpan-testers@perl.org
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Reporter/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|