fa89f6be83
Upstream changes: 0.12 - Sat Oct 25 09:59:18 2008 Repacking to remove OS X extended attribute files that were causing tests to fail. 0.11 10/21/2008 Fixes for STDERR handling under Perl 5.6. Thanks to brian d foy for the patch with tests.
21 lines
617 B
Makefile
21 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/11/17 22:14:19 he Exp $
|
|
|
|
DISTNAME= Test-Output-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5to
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Output/
|
|
COMMENT= Utilities to test STDOUT and STDERR messages
|
|
|
|
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
|
DEPENDS+= p5-Test-Tester>=0.103:../../devel/p5-Test-Tester
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Test/Output/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|