2780ee05a9
0.72 Wed Sep 19 20:08:07 PDT 2007 Bug unfixes * The BEGIN { use_ok } fix for [rt.cpan.org 28345] revealed a small pile of mistakes in CPAN module test suites. Rolling the fix back to give the authors a bit of time to fix their tests.
22 lines
620 B
Makefile
22 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.36 2007/10/27 12:30:48 wiz Exp $
|
|
|
|
DISTNAME= Test-Simple-0.72
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tsi
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Simple/
|
|
COMMENT= Perl5 module with a simple framework for writing tests
|
|
|
|
CONFLICTS+= p5-Test-Builder-Tester-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|