pkgsrc/devel/p5-Test-Warnings/Makefile
wiz 1265fa7628 Update to 0.009, previous distfile is gone.
0.009     2013-09-11 04:49:55Z (Karen Etheridge)
          - fixed error in synopsis (we do not export anything by default)
          - a caveat added to the documentation regarding embedding warning
            checks inside another sub (this is for you, ribasushi!!!)
          - ':no_end_test' now also covers side effects of done_testing, as
            well as END blocks, making it possible to use the warning(s) subs
            without having an end warning test while using done_testing
            (necessary when combining with the 'if' pragma)
          - END tests will not be added by a subequent use of Test::Warnings
            if a previous one passed ':no_end_test'
2013-09-15 13:12:49 +00:00

19 lines
571 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/09/15 13:12:49 wiz Exp $
DISTNAME= Test-Warnings-0.009
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}
BUILD_DEPENDS+= p5-Module-Build-Tiny>=0.027:../../devel/p5-Module-Build-Tiny
PERL5_MODULE_TYPE= Module::Build::Tiny
PERL5_PACKLIST= auto/Test/Warnings/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"