summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-05 02:41:34 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-05 02:41:34 +0000
commitd3738d7b06950d001b5a933473a2b3b3db31468a (patch)
treea2c2be37707b104c509c0bc659f84417f8b08b35 /sysutils
parentUpdate cad/calculix to version 2.5 (diff)
- Remove support for old versions of perl
- Pet portlint a bit - Correct BUILD and RUN depends Reviewed by: swills
Notes
Notes: svn path=/head/; revision=313429
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/googlog/Makefile8
-rw-r--r--sysutils/googlog/pkg-descr7
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/googlog/Makefile b/sysutils/googlog/Makefile
index daf9e10fd58c..71444eff3dad 100644
--- a/sysutils/googlog/Makefile
+++ b/sysutils/googlog/Makefile
@@ -10,8 +10,10 @@ DISTNAME= GoogLog-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= eadler@FreeBSD.org
-COMMENT= GoogLog is a simple tool to search inside your syslog files
+COMMENT= Simple tool to search inside your syslog files
+BUILD_DEPENDS= p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \
+ p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
RUN_DEPENDS= p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \
p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
@@ -20,10 +22,6 @@ 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}/
diff --git a/sysutils/googlog/pkg-descr b/sysutils/googlog/pkg-descr
index ce2e20d15685..6a903c698bea 100644
--- a/sysutils/googlog/pkg-descr
+++ b/sysutils/googlog/pkg-descr
@@ -1,6 +1,7 @@
-GoogLog - GoogLog is a easy and simple web tool to search inside your syslog files.
+GoogLog is a easy and simple web tool to search inside your syslog files.
-The goal of Googlog is to be simple to install and use. so there's not a lot of functionality,
-but, from my point of view, it is simple to install and use and fast to search into syslog's files.
+The goal of Googlog is to be simple to install and use. so there's not a lot of
+functionality, but, from my point of view, it is simple to install and use and
+fast to search into syslog's files.
WWW: http://www.googlog.org/