7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
21 lines
603 B
Makefile
21 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:16 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Warn-0.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Warn/
|
|
COMMENT= Perl extension to test methods for warnings
|
|
|
|
DEPENDS+= p5-Array-Compare-[0-9]*:../../devel/p5-Array-Compare
|
|
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"
|