dcb71a8fe2
1.02 - Mon Jul 8 21:15:30 2013 * Bump to stable release 1.01_02 - Thu Jul 19 06:18:35 2012 * Remove the ::Tie stuff. It should be fully Capture::Tiny now. 1.01_01 - Mon May 14 16:05:22 2012 * David Golden re-did everything with Capture::Tiny to get around the odd output paths that we coudn't handle with a tie.
21 lines
658 B
Makefile
21 lines
658 B
Makefile
# $NetBSD: Makefile,v 1.12 2013/09/05 19:09:16 wiz Exp $
|
|
|
|
DISTNAME= Test-Output-1.02
|
|
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
|
|
LICENSE= artistic-2.0
|
|
|
|
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
|
DEPENDS+= p5-Capture-Tiny>=0.17:../../devel/p5-Capture-Tiny
|
|
DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester
|
|
|
|
PERL5_PACKLIST= auto/Test/Output/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|