summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Differences/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-10-25 11:44:13 +0000
committersno <sno@pkgsrc.org>2009-10-25 11:44:13 +0000
commitb86193910bbfe0f81ab7d02f0eb5044581f6a3e1 (patch)
tree4a4b1ced15896feb7c93e80e4e1b09fac5e3b181 /devel/p5-Test-Differences/Makefile
parentf5de67da38d54811deff7b426bb9db4022bb11ec (diff)
downloadpkgsrc-b86193910bbfe0f81ab7d02f0eb5044581f6a3e1.tar.gz
Updating devel/p5-Test-Differences from 0.4801nb1 to 0.5000
pkgsrc changes: - Adding license definition Upstream changes (since module release 0.4801): 0.50 Sat Oct 17 15:18:03 2009 - Production release. 0.49_02 Sat Aug 2 13:00:21 GMT 2008 - Added support for all diff styles supplied by Text::Diff. Requested by Kevin Jones (http://rt.cpan.org/Public/Bug/Display.html?id=23579) - Add Build.PL. - Convert to universally use Test::More instead of Test. 0.49_01 Fri Aug 1 09:04:58 GMT 2008 - Convert to modern Perl distribution. - Applied doc suggestion from Slaven Rezic (http://rt.cpan.org/Ticket/Display.html?id=24297) - Bumped up version number higher than normal because I forgot to quote the "developer release" number last time. - Applied Mark Stosberg's patch which fixed the { a => 1 } versus { a => '1' } bug (http://rt.cpan.org/Ticket/Display.html?id=3029)
Diffstat (limited to 'devel/p5-Test-Differences/Makefile')
-rw-r--r--devel/p5-Test-Differences/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Test-Differences/Makefile b/devel/p5-Test-Differences/Makefile
index f9fc7ec2058..06683a8d2d8 100644
--- a/devel/p5-Test-Differences/Makefile
+++ b/devel/p5-Test-Differences/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2009/06/13 06:46:47 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2009/10/25 11:44:13 sno Exp $
-DISTNAME= Test-Differences-0.4801
-PKGNAME= p5-${DISTNAME:S/4801/48.01/}
-PKGREVISION= 1
+DISTNAME= Test-Differences-0.500
+PKGNAME= p5-${DISTNAME}0
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Test::Differences
COMMENT= Test strings and data structures and show differences if not ok
+LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Text-Diff>=0.34:../../textproc/p5-Text-Diff