diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 07:56:43 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 07:56:43 +0000 |
commit | ddcc0de9218039c78eb34c7bc64fadb4dfe7a707 (patch) | |
tree | bee4ba075b3a0b4d3276fe1e92c704118abdbfe3 /sysutils/googlog | |
parent | fc366adb105b7bb2dc40e2a7e3e8c2022e37efe2 (diff) |
Notes
Diffstat (limited to 'sysutils/googlog')
-rw-r--r-- | sysutils/googlog/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/googlog/Makefile b/sysutils/googlog/Makefile index 610553711a6d..84ac41f8b98c 100644 --- a/sysutils/googlog/Makefile +++ b/sysutils/googlog/Makefile @@ -7,6 +7,7 @@ PORTNAME= googlog PORTVERSION= 1.18 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.googlog.org/download/ DISTNAME= GoogLog-${PORTVERSION} @@ -16,7 +17,6 @@ MAINTAINER= ports@eitanadler.com COMMENT= GoogLog is a simple tool to search inside your syslog files RUN_DEPENDS= ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \ - ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template NO_BUILD= yes @@ -24,6 +24,10 @@ USE_PERL5= yes .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500903 +RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress +.endif + do-install: @${MKDIR} ${WWWDIR} ${INSTALL_SCRIPT} ${WRKSRC}/GoogLog_cgi.pl ${WWWDIR}/ |