mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
3 changed files with 9 additions and 8 deletions
|
@ -7,10 +7,13 @@ CATEGORIES= textproc perl5
|
|||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Porter's stemming algorithm for Russian (KOI8-R only)
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Porter stemming algorithm for Russian (KOI8-R only)
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
Lingua::Stem::Ru - Porter's stemming algorithm for Russian (KOI8-R only)
|
||||
|
||||
This module applies the Porter Stemming Algorithm to its parameters,
|
||||
Lingua::Stem::Ru applies the Porter Stemming Algorithm to its parameters,
|
||||
returning the stemmed words.
|
||||
|
||||
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%%/%%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
|
||||
@dirrmtry %%SITE_PERL%%/Lingua/Stem
|
||||
|
|
Loading…
Add table
Reference in a new issue