diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-04 20:52:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-04 20:52:50 +0800 |
commit | a07960f9d33c9d6d9e862cff5e2b7279a54027cb (patch) | |
tree | 0d577b0af113f28f11ad6180173e8da2b88ed31e /textproc | |
parent | 6c69d7bbadbf6f251435a1fc31e21895f334a2b3 (diff) | |
download | freebsd-ports-graphics-a07960f9d33c9d6d9e862cff5e2b7279a54027cb.tar.gz freebsd-ports-graphics-a07960f9d33c9d6d9e862cff5e2b7279a54027cb.tar.zst freebsd-ports-graphics-a07960f9d33c9d6d9e862cff5e2b7279a54027cb.zip |
- Add LICENSE
- Update COMMENT and pkg-descr
- Take maintainership
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Stem-It/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-It/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-It/pkg-plist | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-Lingua-Stem-It/Makefile b/textproc/p5-Lingua-Stem-It/Makefile index fb5be7b1cbd..0d6af5a001b 100644 --- a/textproc/p5-Lingua-Stem-It/Makefile +++ b/textproc/p5-Lingua-Stem-It/Makefile @@ -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> diff --git a/textproc/p5-Lingua-Stem-It/pkg-descr b/textproc/p5-Lingua-Stem-It/pkg-descr index 657d9531f22..044204cdea8 100644 --- a/textproc/p5-Lingua-Stem-It/pkg-descr +++ b/textproc/p5-Lingua-Stem-It/pkg-descr @@ -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/ diff --git a/textproc/p5-Lingua-Stem-It/pkg-plist b/textproc/p5-Lingua-Stem-It/pkg-plist index 234d708c93d..74cd9c759ca 100644 --- a/textproc/p5-Lingua-Stem-It/pkg-plist +++ b/textproc/p5-Lingua-Stem-It/pkg-plist @@ -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 |