diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-09 14:31:20 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-09 14:31:20 +0000 |
commit | 475f7b966a3d8bc67bb5e8e800d002448d6311b1 (patch) | |
tree | f7df46e9392d7ce0b40a939afa94b71076fcbe5d /textproc/p5-Lingua-Stem/Makefile | |
parent | c6eee6893887d9acd22c708bee1b48d3164bbd9b (diff) |
Notes
Diffstat (limited to 'textproc/p5-Lingua-Stem/Makefile')
-rw-r--r-- | textproc/p5-Lingua-Stem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Lingua-Stem/Makefile b/textproc/p5-Lingua-Stem/Makefile index 8ad82bb2e0b4..6df84232cc06 100644 --- a/textproc/p5-Lingua-Stem/Makefile +++ b/textproc/p5-Lingua-Stem/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Lingua-Stem -PORTVERSION= 0.61 -PORTREVISION= 1 +PORTVERSION= 0.70 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua @@ -17,6 +16,7 @@ MAINTAINER= thorsten.greiner@web.de COMMENT= Provides word stemming algorithms localized by language BUILD_DEPENDS= ${SITE_PERL}/Lingua/PT/Stemmer.pm:${PORTSDIR}/textproc/p5-Lingua-PT-Stemmer \ + ${SITE_PERL}/Lingua/Stem/Fr.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Fr \ ${SITE_PERL}/Lingua/Stem/It.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-It \ ${SITE_PERL}/Lingua/Stem/Snowball/Da.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Da \ ${SITE_PERL}/Lingua/Stem/Snowball/No.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-No \ |