diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 20:36:19 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 20:36:19 +0800 |
commit | c15a759ac60bfe618441f91c78496a88c20aaa94 (patch) | |
tree | f59f5874c722d572489e0dda7606876f1cf7457a /textproc/p5-Plucene | |
parent | 518aa6cf61b5838174fe1c2e961cf6b099fcb434 (diff) | |
download | freebsd-ports-gnome-c15a759ac60bfe618441f91c78496a88c20aaa94.tar.gz freebsd-ports-gnome-c15a759ac60bfe618441f91c78496a88c20aaa94.tar.zst freebsd-ports-gnome-c15a759ac60bfe618441f91c78496a88c20aaa94.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).
Approved by: portmgr (itetcu)
Diffstat (limited to 'textproc/p5-Plucene')
-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 \ |