summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-30 16:21:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-30 16:21:01 +0000
commit6b00387f9deb14e7c40703c5a51fdf3527a0460f (patch)
tree69263180c92d129d106b60ac4e61f250146a1b5f /net-mgmt
parent- Take maintainership (diff)
- Fix *_DEPENDS: Digest::MD5 and Digest::SHA are already in all supported Perl releases
- Bump PORTREVISION for dependency change - Take maintainership
Notes
Notes: svn path=/head/; revision=359880
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/2ping/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/2ping/Makefile b/net-mgmt/2ping/Makefile
index 30737f78e573..227ba0204a06 100644
--- a/net-mgmt/2ping/Makefile
+++ b/net-mgmt/2ping/Makefile
@@ -2,18 +2,18 @@
PORTNAME= 2ping
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= net-mgmt perl5
MASTER_SITES= http://www.finnie.org/software/2ping/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bi-directional ping utility
LICENSE= GPLv2
-RUN_DEPENDS= p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \
- p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
- p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
+BUILD_DEPENDS= p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \
p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure