pkgsrc/devel/p5-Test-Reporter/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

19 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:51 wiz Exp $
#
DISTNAME= Test-Reporter-1.62
PKGNAME= p5-${DISTNAME}00
PKGREVISION= 1
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}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Reporter/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"