aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-KinoSearch
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-09-21 07:56:43 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-09-21 07:56:43 +0000
commitddcc0de9218039c78eb34c7bc64fadb4dfe7a707 (patch)
treebee4ba075b3a0b4d3276fe1e92c704118abdbfe3 /textproc/p5-KinoSearch
parentfc366adb105b7bb2dc40e2a7e3e8c2022e37efe2 (diff)
downloadports-ddcc0de9218039c78eb34c7bc64fadb4dfe7a707.tar.gz
ports-ddcc0de9218039c78eb34c7bc64fadb4dfe7a707.zip
Notes
Diffstat (limited to 'textproc/p5-KinoSearch')
-rw-r--r--textproc/p5-KinoSearch/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/textproc/p5-KinoSearch/Makefile b/textproc/p5-KinoSearch/Makefile
index 00ab06e13f13..41c6b9c197d7 100644
--- a/textproc/p5-KinoSearch/Makefile
+++ b/textproc/p5-KinoSearch/Makefile
@@ -7,6 +7,7 @@
PORTNAME= KinoSearch
PORTVERSION= 0.165
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/C/CR/CREAMYG
@@ -17,8 +18,7 @@ COMMENT= A Perl search engine library
MODULE_DEPENDS= p5-Lingua-StopWords>=0.02:${PORTSDIR}/textproc/p5-Lingua-StopWords \
p5-Lingua-Stem-Snowball>=0.94:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball \
- p5-Clone>=0.18:${PORTSDIR}/devel/p5-Clone \
- p5-Compress-Zlib>=2.008:${PORTSDIR}/archivers/p5-Compress-Zlib
+ p5-Clone>=0.18:${PORTSDIR}/devel/p5-Clone
RUN_DEPENDS+= ${MODULE_DEPENDS}
BUILD_DEPENDS+= ${MODULE_DEPENDS}
@@ -114,4 +114,11 @@ MAN3= KinoSearch.3 \
KinoSearch::Util::ToolSet.3 \
KinoSearch::Util::VerifyArgs.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500903
+RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
+BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
+.endif
+
+.include <bsd.port.post.mk>