From 215467df4b0786270b58f7d0f2c7cbf1729f03b6 Mon Sep 17 00:00:00 2001 From: erwin Date: Mon, 19 Jan 2004 20:04:09 +0000 Subject: Add missing dependencies PR: 60864 Submitted by: maintainer --- textproc/p5-Lingua-Stem/Makefile | 9 +++++++++ textproc/p5-Lingua-Stem/pkg-plist | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 \ diff --git a/textproc/p5-Lingua-Stem/pkg-plist b/textproc/p5-Lingua-Stem/pkg-plist index 2bd700716145..923196006fe3 100644 --- a/textproc/p5-Lingua-Stem/pkg-plist +++ b/textproc/p5-Lingua-Stem/pkg-plist @@ -9,5 +9,5 @@ %%SITE_PERL%%/Lingua/Stem/Pt.pm %%SITE_PERL%%/Lingua/Stem/Sv.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/.packlist -@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Lingua/Stem 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true -- cgit