aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-24 06:18:08 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-24 06:18:08 +0000
commit46dfffde804529658b0cc35829fdcb34df28570c (patch)
treea7815968ae598ec04d65774fe5ddc38240d2f93d /net-mgmt/smokeping/Makefile
parentc63b6cd8a66ba90c2783102a19120a34365ded15 (diff)
downloadports-46dfffde804529658b0cc35829fdcb34df28570c.tar.gz
ports-46dfffde804529658b0cc35829fdcb34df28570c.zip
Notes
Diffstat (limited to 'net-mgmt/smokeping/Makefile')
-rw-r--r--net-mgmt/smokeping/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index d676322cd702..7fce73ce5f70 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -7,7 +7,7 @@
PORTNAME= smokeping
PORTVERSION= 2.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt www
MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \
http://smokeping.cs.pu.edu.tw/pub/
@@ -18,11 +18,8 @@ COMMENT= Latency logging and graphing system
RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \
p5-CGI-Session>0:${PORTSDIR}/www/p5-CGI-Session \
p5-CGI-SpeedyCGI>0:${PORTSDIR}/www/p5-CGI-SpeedyCGI \
- p5-CGI.pm>0:${PORTSDIR}/www/p5-CGI.pm \
p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
- p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \
p5-Net>0:${PORTSDIR}/net/p5-Net \
- p5-Pod-Parser>0:${PORTSDIR}/textproc/p5-Pod-Parser \
p5-SNMP_Session>0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
p5-libwww>0:${PORTSDIR}/www/p5-libwww
@@ -60,10 +57,6 @@ RUN_DEPENDS+= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
RUN_DEPENDS+= ${SITE_PERL}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius
.endif
-.if defined(WITH_LDAP) || defined(WITH_LDAPSSL) || defined(WITH_RADIUS)
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
-.endif
-
.ifdef(WITH_LDAPSSL)
RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
.endif