aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Stem
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-01-19 20:04:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-01-19 20:04:09 +0000
commit06817d2ac0a84538d68a515483b9bac46fb502fa (patch)
treed6f413cb73547ba2b0f4efbd64f3a27d51605b4d /textproc/p5-Lingua-Stem
parent106c420628e2a351a0438268b7fc65ef461cb9ce (diff)
downloadports-06817d2ac0a84538d68a515483b9bac46fb502fa.tar.gz
ports-06817d2ac0a84538d68a515483b9bac46fb502fa.zip
Add missing dependencies
PR: 60864 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=98590
Diffstat (limited to 'textproc/p5-Lingua-Stem')
-rw-r--r--textproc/p5-Lingua-Stem/Makefile9
-rw-r--r--textproc/p5-Lingua-Stem/pkg-plist2
2 files changed, 10 insertions, 1 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 \
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