59312ff4fc
0.11 Jun 09 2008 - better Makefile.PL - mention Test::Trap - uplevel 2 changed to uplevel 1 to work with Sub::Uplevel 0.19_02 - small fixes
23 lines
684 B
Makefile
23 lines
684 B
Makefile
# $NetBSD: Makefile,v 1.9 2008/07/27 16:53:38 he Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Warn-0.11
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Array-Compare-[0-9]*:../../devel/p5-Array-Compare
|
|
DEPENDS+= p5-Sub-Uplevel-[0-9]*:../../devel/p5-Sub-Uplevel
|
|
DEPENDS+= p5-Tree-DAG_Node-[0-9]*:../../devel/p5-Tree-DAG_Node
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Warn/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|