pkgsrc/devel/p5-Test-Reporter/Makefile
sno bb32524931 Updating devel/p5-Test-Reporter from 1.5600 to 1.57
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
2010-08-01 19:00:35 +00:00

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"