mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Update COMMENT and pkg-descr - Take maintainership
This commit is contained in:
parent
90838000ae
commit
8dac821898
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352952
@ -7,10 +7,13 @@ CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Stemmer for Italian
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Porter stemming algorithm for Italian
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,4 @@
|
||||
Lingua::Stem::It - Porter's stemming algorithm for Italian
|
||||
|
||||
This module applies the Porter Stemming Algorithm to its parameters,
|
||||
Lingua::Stem::It applies the Porter Stemming Algorithm to its parameters,
|
||||
returning the stemmed words.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Lingua-Stem-It/
|
||||
|
@ -1,7 +1,7 @@
|
||||
%%PERL5_MAN3%%/Lingua::Stem::It.3.gz
|
||||
%%SITE_PERL%%/Lingua/Stem/It.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/It/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/It
|
||||
%%PERL5_MAN3%%/Lingua::Stem::It.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/It
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
||||
@dirrmtry %%SITE_PERL%%/Lingua/Stem
|
||||
|
Loading…
Reference in New Issue
Block a user