pkgsrc/devel/p5-Test-Output/Makefile
sno 2e5692c3bb pkgsrc changes:
- Updating package for p5 module Test::Output from 0.13 to 0.16
  - Adjusting dependencies according to META.yml

Upstream changes since 0.13:
0.16 - Fri May 15 09:14:19 2009
	Multiple fixes:
	* RT #23494: squash warning when untie-ing STDOUT
	* RT #45740: fix Test::Tester prereq version
	* RT #45748: Add a null BINMODE to Test::Output::Tie
2009-05-19 23:21:20 +00:00

22 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/05/19 23:21:20 sno Exp $
DISTNAME= Test-Output-0.16
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-Test-Tester>=0.107:../../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"