diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 12:36:19 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 12:36:19 +0000 |
commit | 3dece93ee25ebf53be8b1293a73affc41d500e2c (patch) | |
tree | 185ef682734202845bdc727c6423b7fd5bd9f562 /textproc/p5-Plucene/Makefile | |
parent | b731ccdbfc5cf2d74ba2737f0e8d2c2b9e53d080 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Plucene/Makefile')
-rw-r--r-- | textproc/p5-Plucene/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Plucene/Makefile b/textproc/p5-Plucene/Makefile index 7624ef052a3b..f9d6b4a92137 100644 --- a/textproc/p5-Plucene/Makefile +++ b/textproc/p5-Plucene/Makefile @@ -7,7 +7,7 @@ PORTNAME= Plucene PORTVERSION= 1.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/T/TM/TMTM @@ -16,8 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org 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 \ +BUILD_DEPENDS= ${SITE_PERL}/Tie/Array/Sorted.pm:${PORTSDIR}/devel/p5-Tie-Array-Sorted \ ${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 \ |