aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-UUID/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2006-03-20 08:58:37 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2006-03-20 08:58:37 +0000
commit79b0807ce87f5c298164008a10e3c72067223d7a (patch)
tree3e8f2dd2f973c2e6e95aee704727bc4d1cb87e3f /devel/p5-Data-UUID/Makefile
parent0a582ebcc5106304839f2d5ddf6e9c4269d224d7 (diff)
downloadports-79b0807ce87f5c298164008a10e3c72067223d7a.tar.gz
ports-79b0807ce87f5c298164008a10e3c72067223d7a.zip
Notes
Diffstat (limited to 'devel/p5-Data-UUID/Makefile')
-rw-r--r--devel/p5-Data-UUID/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Data-UUID/Makefile b/devel/p5-Data-UUID/Makefile
index cd235665b802..00a2330401c9 100644
--- a/devel/p5-Data-UUID/Makefile
+++ b/devel/p5-Data-UUID/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Data-UUID
-PORTVERSION= 0.11
+PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
@@ -22,11 +22,8 @@ MAN3= Data::UUID.3
.include <bsd.port.pre.mk>
-post-patch:
-.if ${PERL_LEVEL} < 500601
- @${PERL} -pi -e '$$_="" if $$.==31' ${WRKSRC}/UUID.pm
- @${PERL} -pi -e '$$_=~s/INT2PTR\(\$$type,/(\$$type)(/ if $$.==8' \
- ${WRKSRC}/typemap
+.if ${PERL_LEVEL} < 500600
+IGNORE= perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again
.endif
.include <bsd.port.post.mk>