fe1e446ef3
0.06 2017-06-04 - Warnings inside a subtest were not emitted as TAP events, breaking the TAP and making for great confusion. This is because of a bug in the core TAP formatter - see https://github.com/Test-More/test-more/issues/776 for details. Warnings are now emitted as Ok events instead of Warning events.
21 lines
724 B
Makefile
21 lines
724 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/09/17 13:36:30 wiz Exp $
|
|
|
|
DISTNAME= Test2-Plugin-NoWarnings-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test2-Plugin-NoWarnings/
|
|
COMMENT= Perl5 module for testing for warnings
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info
|
|
BUILD_DEPENDS+= p5-Term-Table-[0-9]*:../../devel/p5-Term-Table
|
|
|
|
PERL5_PACKLIST= auto/Test2/Plugin/NoWarnings/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|