pkgsrc/devel/p5-Test-NoWarnings/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
556 B
Makefile

# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:51 wiz Exp $
DISTNAME= Test-NoWarnings-1.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-NoWarnings/
COMMENT= Make sure tests of Perl5 modules did not emit any warnings
LICENSE= gnu-lgpl-v2.1
DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Test/NoWarnings/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"