diff options
Diffstat (limited to 'textproc/p5-Lingua-Stem-It/Makefile')
-rw-r--r-- | textproc/p5-Lingua-Stem-It/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-Lingua-Stem-It/Makefile b/textproc/p5-Lingua-Stem-It/Makefile index fb5be7b1cbdf..0d6af5a001b7 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> |