aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-LongString
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-02-03 13:34:26 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-02-03 13:34:26 +0000
commitf7eb58f563a8d35b63db8ad2b7ecb35ea97d8624 (patch)
tree6128ff038fe6fcec71de310b045c31cb0c34f64a /devel/p5-Test-LongString
parentad1512d02b5e69b8d03efd4d5faa91ae0a3df4d2 (diff)
downloadports-f7eb58f563a8d35b63db8ad2b7ecb35ea97d8624.tar.gz
ports-f7eb58f563a8d35b63db8ad2b7ecb35ea97d8624.zip
Notes
Diffstat (limited to 'devel/p5-Test-LongString')
-rw-r--r--devel/p5-Test-LongString/Makefile7
-rw-r--r--devel/p5-Test-LongString/distinfo6
-rw-r--r--devel/p5-Test-LongString/pkg-descr2
3 files changed, 9 insertions, 6 deletions
diff --git a/devel/p5-Test-LongString/Makefile b/devel/p5-Test-LongString/Makefile
index 9c63718d6470..93f887490134 100644
--- a/devel/p5-Test-LongString/Makefile
+++ b/devel/p5-Test-LongString/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Test-LongString
-PORTVERSION= 0.08
+PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
@@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= fbsdports@commit.it
COMMENT= A library to test long strings
+BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+
PERL_CONFIGURE= yes
MAN3= Test::LongString.3
@@ -22,7 +24,8 @@ MAN3= Test::LongString.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl 5.6.x or later. Install lang/perl5 and try again
+post-patch:
+ ${PERL} -pi -e 's/-Tw/-w/' ${WRKSRC}/t/*.t
.endif
.include <bsd.port.post.mk>
diff --git a/devel/p5-Test-LongString/distinfo b/devel/p5-Test-LongString/distinfo
index 7895f11036e2..811c1f166662 100644
--- a/devel/p5-Test-LongString/distinfo
+++ b/devel/p5-Test-LongString/distinfo
@@ -1,3 +1,3 @@
-MD5 (Test-LongString-0.08.tar.gz) = c0906f6abfe4eabf408dfb245b7f589d
-SHA256 (Test-LongString-0.08.tar.gz) = 63d9023de6073769a3af69217ad11908acdd175b1664087fc4df6cdd49839ae3
-SIZE (Test-LongString-0.08.tar.gz) = 6404
+MD5 (Test-LongString-0.09.tar.gz) = a956f4f0a8f7a8704f984523ce58fa66
+SHA256 (Test-LongString-0.09.tar.gz) = a58de02ce2d2efcd99742ebfc3d3fc7d8423f4d1685790c3272b7f2f867a631a
+SIZE (Test-LongString-0.09.tar.gz) = 6263
diff --git a/devel/p5-Test-LongString/pkg-descr b/devel/p5-Test-LongString/pkg-descr
index e650dd5e74b7..f0e13e556247 100644
--- a/devel/p5-Test-LongString/pkg-descr
+++ b/devel/p5-Test-LongString/pkg-descr
@@ -4,4 +4,4 @@ long strings. If you've ever had to search for text in a multi-line string
like an HTML document, or find specific items in binary data,
this is the module for you.
-WWW: http://search.cpan.org/dist/Test-Cmd/
+WWW: http://search.cpan.org/dist/Test-LongString/