Update to 0.94. It now requires lang/perl5.8.
This commit is contained in:
parent
b1b350edad
commit
ba98a348ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156164
3 changed files with 7 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Lingua-Stem-Snowball-0.93.tar.gz) = b3f32161b5617141932861f844979e24
|
||||
SHA256 (Lingua-Stem-Snowball-0.93.tar.gz) = 0e61253a1ea93fa8b7ee2d6b955c4ca9d4468f9af548538581422864e228f803
|
||||
SIZE (Lingua-Stem-Snowball-0.93.tar.gz) = 85340
|
||||
MD5 (Lingua-Stem-Snowball-0.94.tar.gz) = 39a2e6d0e919787694fd514e11e7abad
|
||||
SHA256 (Lingua-Stem-Snowball-0.94.tar.gz) = 9f68c65214d59774e102650a58e4b2f6fcd9e3a5b0ef697b3a4ab281e7f7ef96
|
||||
SIZE (Lingua-Stem-Snowball-0.94.tar.gz) = 154753
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
bin/add_stemmer.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Lingua/Stem/Snowball.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Snowball.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Snowball.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball
|
||||
|
|
Loading…
Reference in a new issue