diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-04 20:52:37 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-04 20:52:37 +0800 |
commit | 598e2a8375ca7a8851f73a9d2fcb773041c068d4 (patch) | |
tree | 000080337af9d7316e68afa0205893a1c7624dfb /textproc | |
parent | 0804b6286300987e6948b529a57c48680f29f925 (diff) | |
download | freebsd-ports-gnome-598e2a8375ca7a8851f73a9d2fcb773041c068d4.tar.gz freebsd-ports-gnome-598e2a8375ca7a8851f73a9d2fcb773041c068d4.tar.zst freebsd-ports-gnome-598e2a8375ca7a8851f73a9d2fcb773041c068d4.zip |
- Add LICENSE
- Reformat pkg-descr
- Take maintainership
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-PT-Stemmer/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Lingua-PT-Stemmer/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-PT-Stemmer/pkg-plist | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/textproc/p5-Lingua-PT-Stemmer/Makefile b/textproc/p5-Lingua-PT-Stemmer/Makefile index 89925f7bafa2..89ae31ff1274 100644 --- a/textproc/p5-Lingua-PT-Stemmer/Makefile +++ b/textproc/p5-Lingua-PT-Stemmer/Makefile @@ -7,10 +7,13 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Stemmers for Portuguese and Galician -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/textproc/p5-Lingua-PT-Stemmer/pkg-descr b/textproc/p5-Lingua-PT-Stemmer/pkg-descr index ad1a919e940e..b27ac2facce3 100644 --- a/textproc/p5-Lingua-PT-Stemmer/pkg-descr +++ b/textproc/p5-Lingua-PT-Stemmer/pkg-descr @@ -1,5 +1,5 @@ -Lingua::PT::Stemmer - Stemmers for Portuguese and Galician. While these -stemmers can be used stand alone, they are typically used as back ends to -the general stemmer front end provided by textproc/p5-Lingua-Stem. +Lingua::PT::Stemmer - Stemmers for Portuguese and Galician. While these stemmers +can be used stand alone, they are typically used as back ends to the general +stemmer front end provided by textproc/p5-Lingua-Stem. WWW: http://search.cpan.org/dist/Lingua-PT-Stemmer/ diff --git a/textproc/p5-Lingua-PT-Stemmer/pkg-plist b/textproc/p5-Lingua-PT-Stemmer/pkg-plist index 2d917154ba99..6e48017c16aa 100644 --- a/textproc/p5-Lingua-PT-Stemmer/pkg-plist +++ b/textproc/p5-Lingua-PT-Stemmer/pkg-plist @@ -1,9 +1,9 @@ -%%PERL5_MAN3%%/Lingua::GL::Stemmer.3.gz -%%PERL5_MAN3%%/Lingua::PT::Stemmer.3.gz %%SITE_PERL%%/Lingua/GL/Stemmer.pm %%SITE_PERL%%/Lingua/PT/Stemmer.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/PT/Stemmer/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/PT/Stemmer +%%PERL5_MAN3%%/Lingua::GL::Stemmer.3.gz +%%PERL5_MAN3%%/Lingua::PT::Stemmer.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/PT/Stemmer @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/PT @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua @dirrmtry %%SITE_PERL%%/Lingua/PT |