diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-19 20:04:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-19 20:04:09 +0000 |
commit | 06817d2ac0a84538d68a515483b9bac46fb502fa (patch) | |
tree | d6f413cb73547ba2b0f4efbd64f3a27d51605b4d /textproc/p5-Lingua-Stem/Makefile | |
parent | Add p5-Lingua-Stem-Snowball-Se 1.01, a stemmer for Swedish. (diff) |
Add missing dependencies
PR: 60864
Submitted by: maintainer
Diffstat (limited to 'textproc/p5-Lingua-Stem/Makefile')
-rw-r--r-- | textproc/p5-Lingua-Stem/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem/Makefile b/textproc/p5-Lingua-Stem/Makefile index 72a2453d2c05..8ad82bb2e0b4 100644 --- a/textproc/p5-Lingua-Stem/Makefile +++ b/textproc/p5-Lingua-Stem/Makefile @@ -7,6 +7,7 @@ PORTNAME= Lingua-Stem PORTVERSION= 0.61 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua @@ -15,6 +16,14 @@ PKGNAMEPREFIX= p5- 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/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 \ + ${SITE_PERL}/Lingua/Stem/Snowball/Se.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Se \ + ${SITE_PERL}/Text/German.pm:${PORTSDIR}/textproc/p5-Text-German +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Lingua::Stem.3 Lingua::Stem::AutoLoader.3 \ |