diff options
author | erwin <erwin@FreeBSD.org> | 2004-01-20 04:04:09 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-01-20 04:04:09 +0800 |
commit | 215467df4b0786270b58f7d0f2c7cbf1729f03b6 (patch) | |
tree | 9cfbce3495b342abc096b47f09b525bdf7b919e0 | |
parent | b456a0493c7597c5e52b76ed1d8810d6276a5776 (diff) | |
download | freebsd-ports-gnome-215467df4b0786270b58f7d0f2c7cbf1729f03b6.tar.gz freebsd-ports-gnome-215467df4b0786270b58f7d0f2c7cbf1729f03b6.tar.zst freebsd-ports-gnome-215467df4b0786270b58f7d0f2c7cbf1729f03b6.zip |
Add missing dependencies
PR: 60864
Submitted by: maintainer
-rw-r--r-- | textproc/p5-Lingua-Stem/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem/pkg-plist | 2 |
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 |