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
8dac821898
commit
61d6b5f937
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352953
@ -7,10 +7,13 @@ CATEGORIES= textproc perl5
|
|||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Porter's stemming algorithm for Russian (KOI8-R only)
|
COMMENT= Porter stemming algorithm for Russian (KOI8-R only)
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
USES= perl5
|
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
USES= perl5
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
Lingua::Stem::Ru - Porter's stemming algorithm for Russian (KOI8-R only)
|
Lingua::Stem::Ru applies the Porter Stemming Algorithm to its parameters,
|
||||||
|
|
||||||
This module applies the Porter Stemming Algorithm to its parameters,
|
|
||||||
returning the stemmed words.
|
returning the stemmed words.
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/Lingua-Stem-Ru/
|
WWW: http://search.cpan.org/dist/Lingua-Stem-Ru/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%%PERL5_MAN3%%/Lingua::Stem::Ru.3.gz
|
|
||||||
%%SITE_PERL%%/Lingua/Stem/Ru.pm
|
%%SITE_PERL%%/Lingua/Stem/Ru.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Ru/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Ru/.packlist
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Ru
|
%%PERL5_MAN3%%/Lingua::Stem::Ru.3.gz
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Ru
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
||||||
@dirrmtry %%SITE_PERL%%/Lingua/Stem
|
@dirrmtry %%SITE_PERL%%/Lingua/Stem
|
||||||
|
Loading…
Reference in New Issue
Block a user