6a27894894
Changes from previous: 1.01 - Fri Apr 22 07:58:19 2011 * Bump to a full release. This fixes the tests that failed in the new 5.14 regex stringification 0.16_03 - Mon Oct 25 23:10:41 2010 * Fix cat-o with handling $, 0.16_02 - Tue Oct 19 03:26:14 2010 * Update tests with hardcoded regex stringification for Perl's new (?^:) stuff 0.16_01 - Tue Jun 9 22:58:58 2009 * Added META_MERGE features from chorny
22 lines
638 B
Makefile
22 lines
638 B
Makefile
# $NetBSD: Makefile,v 1.8 2011/10/27 01:14:32 hiramatsu Exp $
|
|
|
|
DISTNAME= Test-Output-1.01
|
|
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"
|