d5b43fd646
Upstream changes: 0.92 Fri Jul 3 11:08:56 PDT 2009 Test Fixes * Silence noise on VMS in exit.t (Craig Berry) * Skip Builder/fork_with_new_stdout.t on systems without fork (Craig Berry) 0.90 Thu Jul 2 13:18:25 PDT 2009 Docs * Finally added a note about the "Wide character in print" warning and how to work around it. * Note the IO::Stringy license in our copy of it. [test-more.googlecode.com 47] Test Fixes * Small fixes for integration with the Perl core [bleadperl eaa0815147e13cd4ab5b3d6ca8f26544a9f0c3b4] * exit code tests could be effected by errno when PERLIO=stdio [bleadperl c76230386fc5e6fba9fdbeab473abbf4f4adcbe3] Other * This is a stable release for 5.10.1. It does not include the subtest() work in 0.89_01.
22 lines
616 B
Makefile
22 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.43 2009/07/07 22:32:34 sno Exp $
|
|
|
|
DISTNAME= Test-Simple-0.92
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tsi
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Simple/
|
|
COMMENT= Perl5 module with a simple framework for writing tests
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
CONFLICTS+= p5-Test-Builder-Tester-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Test/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|