diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-30 16:21:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-30 16:21:01 +0000 |
commit | 6b00387f9deb14e7c40703c5a51fdf3527a0460f (patch) | |
tree | 69263180c92d129d106b60ac4e61f250146a1b5f /net-mgmt/2ping | |
parent | d622168b831715ed68593f232f76b20144ccfc04 (diff) | |
download | ports-6b00387f9deb14e7c40703c5a51fdf3527a0460f.tar.gz ports-6b00387f9deb14e7c40703c5a51fdf3527a0460f.zip |
Notes
Diffstat (limited to 'net-mgmt/2ping')
-rw-r--r-- | net-mgmt/2ping/Makefile | 8 |
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 |