mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- update to 0.05
This commit is contained in:
parent
19bc31e6f1
commit
b92e667cda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157710
@ -6,21 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= Lingua-StopWords
|
||||
PORTVERSION= 0.02
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Lingua
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Lingua::StopWords - Stop words for several languages
|
||||
COMMENT= Stop words for several languages
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= "This port requires perl 5.6 or newer"
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= requires perl 5.6.1 or newer
|
||||
.endif
|
||||
|
||||
MAN3= Lingua::StopWords.3
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Lingua-StopWords-0.02.tar.gz) = d4b9a07484a4f1b272024fad798c72a1
|
||||
SHA256 (Lingua-StopWords-0.02.tar.gz) = f14922c63225f10644beab15090ea941515b0299304b60a8f6493f7390f63faf
|
||||
SIZE (Lingua-StopWords-0.02.tar.gz) = 19269
|
||||
MD5 (Lingua-StopWords-0.05.tar.gz) = 9b59c5be94f9dac2dce3e49570b398e6
|
||||
SHA256 (Lingua-StopWords-0.05.tar.gz) = 8bbe83cb82af37834d56043c8f3fe43f7da12bde0c3067a66d026277196b6570
|
||||
SIZE (Lingua-StopWords-0.05.tar.gz) = 12365
|
||||
|
@ -8,8 +8,8 @@
|
||||
%%SITE_PERL%%/Lingua/StopWords/NL.pm
|
||||
%%SITE_PERL%%/Lingua/StopWords/NO.pm
|
||||
%%SITE_PERL%%/Lingua/StopWords/PT.pm
|
||||
%%SITE_PERL%%/Lingua/StopWords/RU.pm
|
||||
%%SITE_PERL%%/Lingua/StopWords/SV.pm
|
||||
%%SITE_PERL%%/Lingua/parse.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/StopWords/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/StopWords
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
||||
|
Loading…
Reference in New Issue
Block a user