Update to 0.9. This port no longer works with perl 5.005.

This commit is contained in:
Anton Berezin 2005-02-09 13:01:01 +00:00
parent e56ac32a4a
commit ebb2d55a1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128377
2 changed files with 10 additions and 4 deletions

View file

@ -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>

View file

@ -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