2e92675f44
0.30 2014-03-05 - important note in documentation how check for warning category is done If you use Test::Warn with categories, you should check that it does what you expect. - Category tree is now dynamic and does not use Tree::DAG_Node (Graham Knop)
19 lines
547 B
Makefile
19 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.21 2014/11/02 17:35:21 wiz Exp $
|
|
|
|
DISTNAME= Test-Warn-0.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Warn/
|
|
COMMENT= Perl extension to test methods for warnings
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Sub-Uplevel>=0.12:../../devel/p5-Sub-Uplevel
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Warn/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|