4191b44b34
Upstream changes: 0.016 2014-06-21 04:04:55Z - fix prereq problem with last release - now no longer testing the example scripts for user installs 0.015 2014-06-20 03:36:33Z - adjusted packaging and tests to become perl-5.6 friendly, including only using core or dual-lifed prerequisites 0.014 2014-03-01 22:08:26Z - fix test that was failing when FOO or BAR environment variables were set (RT#93447) 0.013 2013-12-14 21:26:06Z - update configure_requires checking in Makefile.PL
16 lines
453 B
Makefile
16 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/07/28 02:27:03 wen Exp $
|
|
|
|
DISTNAME= Test-Warnings-0.016
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= wen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Warnings/
|
|
COMMENT= Test for warnings and the lack of them
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Test/Warnings/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|