aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Plucene/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-09-22 12:28:23 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-09-22 12:28:23 +0000
commit9fe6c48ee3b4c0689cd2e73c21064ec4f3b8d955 (patch)
tree1017af7f69c7a145a0301ad7c154ea0ae5352af8 /textproc/p5-Plucene/Makefile
parent7b0001beb0c3118b7c65a343dc417770643ae93e (diff)
downloadports-9fe6c48ee3b4c0689cd2e73c21064ec4f3b8d955.tar.gz
ports-9fe6c48ee3b4c0689cd2e73c21064ec4f3b8d955.zip
Update to 1.25. Require 5.8.1 or higher.
Notes
Notes: svn path=/head/; revision=173603
Diffstat (limited to 'textproc/p5-Plucene/Makefile')
-rw-r--r--textproc/p5-Plucene/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Plucene/Makefile b/textproc/p5-Plucene/Makefile
index a9403fa50fc9..71da4900ce7f 100644
--- a/textproc/p5-Plucene/Makefile
+++ b/textproc/p5-Plucene/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Plucene
-PORTVERSION= 1.24
+PORTVERSION= 1.25
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/T/TM/TMTM
@@ -103,8 +103,8 @@ MAN3= Plucene.3 \
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-IGNORE= This port requires perl 5.6 or above.
+.if ${PERL_LEVEL} < 500801
+IGNORE= requires perl 5.8.1 or above
.endif
.include <bsd.port.post.mk>