diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-02-09 13:01:01 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-02-09 13:01:01 +0000 |
commit | ebb2d55a1d548bcc19eaa17ca01e447b7ef2b752 (patch) | |
tree | 2e3b878899940b08e422ed95d3390258d4fc0af7 /textproc/p5-Lingua-Stem-Snowball | |
parent | e56ac32a4a9a2441bdb8fd50838b39bbf71af688 (diff) | |
download | ports-ebb2d55a1d548bcc19eaa17ca01e447b7ef2b752.tar.gz ports-ebb2d55a1d548bcc19eaa17ca01e447b7ef2b752.zip |
Notes
Diffstat (limited to 'textproc/p5-Lingua-Stem-Snowball')
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball/Makefile b/textproc/p5-Lingua-Stem-Snowball/Makefile index fbc9341965d9..cbdf0e6e5775 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.8 +PORTVERSION= 0.9 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/F/FA/FABPOT @@ -19,4 +19,10 @@ PERL_CONFIGURE= yes MAN3= Lingua::Stem::Snowball.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= "This port requires perl 5.6 or newer" +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Lingua-Stem-Snowball/distinfo b/textproc/p5-Lingua-Stem-Snowball/distinfo index c316560a41ac..ba37e954a5cc 100644 --- a/textproc/p5-Lingua-Stem-Snowball/distinfo +++ b/textproc/p5-Lingua-Stem-Snowball/distinfo @@ -1,2 +1,2 @@ -MD5 (Lingua-Stem-Snowball-0.8.tar.gz) = 1ea2cd79c8ff41a3ec75f41460e7559d -SIZE (Lingua-Stem-Snowball-0.8.tar.gz) = 63374 +MD5 (Lingua-Stem-Snowball-0.9.tar.gz) = 8079a3e979012b168d7054e7dd174f9a +SIZE (Lingua-Stem-Snowball-0.9.tar.gz) = 84387 |