diff options
author | tobez <tobez@FreeBSD.org> | 2005-02-09 21:01:01 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-02-09 21:01:01 +0800 |
commit | 7677a0e92a75f2b7a3727a5bea202f42a45ec7b0 (patch) | |
tree | 78802035403fdd0d9fd3fbff49f517491f3f902e /textproc | |
parent | 5468f5c83fa564db5e0ab1fd888e2e343060592f (diff) | |
download | freebsd-ports-gnome-7677a0e92a75f2b7a3727a5bea202f42a45ec7b0.tar.gz freebsd-ports-gnome-7677a0e92a75f2b7a3727a5bea202f42a45ec7b0.tar.zst freebsd-ports-gnome-7677a0e92a75f2b7a3727a5bea202f42a45ec7b0.zip |
Update to 0.9. This port no longer works with perl 5.005.
Diffstat (limited to 'textproc')
-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 |