pkgsrc/devel/p5-Test-NoWarnings/Makefile
rhaen 427816bd4c Updated to 1.04
ChangeLog:
1.04 Thu 1 Dec 2011 - Adam Kennedy
	- Added the experimental :early debugging pragma to cause warnings
	  to be emitted immediately. This should stay off otherwise (ADAMK)

1.03 Tue 2 Aug 2011 - Adam Kennedy
	- Test::Builder and Test::Tester dependencies were the wrong way
	  around, corrected (ADAMK)
2012-01-26 12:52:48 +00:00

19 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/01/26 12:52:48 rhaen Exp $
DISTNAME= Test-NoWarnings-1.04
PKGNAME= p5-${DISTNAME}
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-Tester>=0.107:../../devel/p5-Test-Tester
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Test/NoWarnings/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"