diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-06-11 16:13:12 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-06-11 16:13:12 +0000 |
commit | 54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f (patch) | |
tree | 75f8d629d0ebf0e58a1b981a5cffc533b15375cf /textproc/p5-Plucene | |
parent | 60cdc5877ab9a2546477d5d754adaa936030b51e (diff) | |
download | ports-54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f.tar.gz ports-54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f.zip |
Notes
Diffstat (limited to 'textproc/p5-Plucene')
-rw-r--r-- | textproc/p5-Plucene/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Plucene/Makefile b/textproc/p5-Plucene/Makefile index 59493d097dd0..98f791d24753 100644 --- a/textproc/p5-Plucene/Makefile +++ b/textproc/p5-Plucene/Makefile @@ -7,6 +7,7 @@ PORTNAME= Plucene PORTVERSION= 1.21 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/T/TM/TMTM @@ -17,7 +18,7 @@ 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}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/devel/p5-Encode-compat \ ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ ${SITE_PERL}/Class/Virtual.pm:${PORTSDIR}/devel/p5-Class-Virtual \ @@ -104,7 +105,7 @@ MAN3= Plucene.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= "This port requires perl 5.6 or above." +IGNORE= This port requires perl 5.6 or above. .endif .include <bsd.port.post.mk> |