diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-04 12:52:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-04 12:52:43 +0000 |
commit | 90838000aeefee6cad332d0b40bc7b1614db13fa (patch) | |
tree | 6404ce3ec62b14ebf5399e38cb9a512bc96538bb | |
parent | 598e2a8375ca7a8851f73a9d2fcb773041c068d4 (diff) | |
download | ports-90838000aeefee6cad332d0b40bc7b1614db13fa.tar.gz ports-90838000aeefee6cad332d0b40bc7b1614db13fa.zip |
Notes
-rw-r--r-- | textproc/p5-Lingua-Stem-Fr/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Fr/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Fr/pkg-plist | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-Lingua-Stem-Fr/Makefile b/textproc/p5-Lingua-Stem-Fr/Makefile index b33659023da4..fbe5eb5ff535 100644 --- a/textproc/p5-Lingua-Stem-Fr/Makefile +++ b/textproc/p5-Lingua-Stem-Fr/Makefile @@ -7,10 +7,13 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl French Stemming -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/textproc/p5-Lingua-Stem-Fr/pkg-descr b/textproc/p5-Lingua-Stem-Fr/pkg-descr index f2562e2b631f..98d55ec85d78 100644 --- a/textproc/p5-Lingua-Stem-Fr/pkg-descr +++ b/textproc/p5-Lingua-Stem-Fr/pkg-descr @@ -1,6 +1,4 @@ -Lingua::Stem::Fr - Porter's stemming algorithm for French - -This module applies the Porter Stemming Algorithm to its parameters, -returning the stemmed words. +Lingua::Stem::Fr uses the modified version of the Porter Stemming Algorithm to +return a stemmed words. WWW: http://search.cpan.org/dist/Lingua-Stem-Fr/ diff --git a/textproc/p5-Lingua-Stem-Fr/pkg-plist b/textproc/p5-Lingua-Stem-Fr/pkg-plist index 9819e3698e1c..ce8915a8b00c 100644 --- a/textproc/p5-Lingua-Stem-Fr/pkg-plist +++ b/textproc/p5-Lingua-Stem-Fr/pkg-plist @@ -1,7 +1,7 @@ -%%PERL5_MAN3%%/Lingua::Stem::Fr.3.gz %%SITE_PERL%%/Lingua/Stem/Fr.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Fr/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Fr +%%PERL5_MAN3%%/Lingua::Stem::Fr.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Fr @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua @dirrmtry %%SITE_PERL%%/Lingua/Stem |