diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-09-22 12:28:23 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-09-22 12:28:23 +0000 |
commit | 9fe6c48ee3b4c0689cd2e73c21064ec4f3b8d955 (patch) | |
tree | 1017af7f69c7a145a0301ad7c154ea0ae5352af8 /textproc/p5-Plucene/Makefile | |
parent | 7b0001beb0c3118b7c65a343dc417770643ae93e (diff) | |
download | ports-9fe6c48ee3b4c0689cd2e73c21064ec4f3b8d955.tar.gz ports-9fe6c48ee3b4c0689cd2e73c21064ec4f3b8d955.zip |
Notes
Diffstat (limited to 'textproc/p5-Plucene/Makefile')
-rw-r--r-- | textproc/p5-Plucene/Makefile | 6 |
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> |