aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Plucene/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-23 07:28:11 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-23 07:28:11 +0000
commit9f86f5c17c1cbc72cd8d4615238673bd7d7b4077 (patch)
tree4200dd669d5d132d4847a24b49eeda8ec1a24a92 /textproc/p5-Plucene/Makefile
parentb25f9696279877c952cf3ca1449a028bcd2cc571 (diff)
downloadports-9f86f5c17c1cbc72cd8d4615238673bd7d7b4077.tar.gz
ports-9f86f5c17c1cbc72cd8d4615238673bd7d7b4077.zip
Notes
Diffstat (limited to 'textproc/p5-Plucene/Makefile')
-rw-r--r--textproc/p5-Plucene/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/p5-Plucene/Makefile b/textproc/p5-Plucene/Makefile
index 530b471fcc54..7624ef052a3b 100644
--- a/textproc/p5-Plucene/Makefile
+++ b/textproc/p5-Plucene/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Plucene
PORTVERSION= 1.25
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/T/TM/TMTM
@@ -17,17 +18,12 @@ COMMENT= Perl port of the Java Lucene search engine
BUILD_DEPENDS= ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize \
${SITE_PERL}/Tie/Array/Sorted.pm:${PORTSDIR}/devel/p5-Tie-Array-Sorted \
- ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
- ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/converters/p5-Encode-compat \
${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
${SITE_PERL}/Class/Virtual.pm:${PORTSDIR}/devel/p5-Class-Virtual \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \
- ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \
- ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
${SITE_PERL}/Lingua/Stem/En.pm:${PORTSDIR}/textproc/p5-Lingua-Stem \
${SITE_PERL}/Bit/Vector/Minimal.pm:${PORTSDIR}/math/p5-Bit-Vector-Minimal \
- ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
RUN_DEPENDS= ${BUILD_DEPENDS}