diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-02-16 13:25:27 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-02-16 13:25:27 +0000 |
commit | ba98a348ac5ae1575aeccf6787b4c956afee4484 (patch) | |
tree | ca2bb4facfbbb1eba51ea13700183b1b125680a5 /textproc/p5-Lingua-Stem-Snowball/Makefile | |
parent | b1b350edad8e23fb126a9b809171bcb5497f4b9e (diff) |
Notes
Diffstat (limited to 'textproc/p5-Lingua-Stem-Snowball/Makefile')
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball/Makefile b/textproc/p5-Lingua-Stem-Snowball/Makefile index ac888ea699d1..d012c8a5b0ff 100644 --- a/textproc/p5-Lingua-Stem-Snowball/Makefile +++ b/textproc/p5-Lingua-Stem-Snowball/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Lingua-Stem-Snowball -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Lingua::Stem::Snowball.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= "This port requires perl 5.6 or newer" +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> |