freebsd-ports/net-mgmt/2ping/Makefile
Philip M. Gollucci c7d7d1dfac 2ping is a bi-directional ping utility. It uses 3-way pings (akin to
TCP SYN, SYN/ACK, ACK) and after-the-fact state comparison between a
2ping listener and a 2ping client to determine which direction packet
loss occurs.

WWW:	http://www.finnie.org/software/2ping/

PR:		ports/152528
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-24 05:21:18 +00:00

25 lines
620 B
Makefile

# New ports collection makefile for: 2ping
# Date created: 2010-11-23
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= 2ping
PORTVERSION= 1.0
CATEGORIES= net-mgmt perl5
MASTER_SITES= http://www.finnie.org/software/2ping/
MAINTAINER= gslin@gslin.org
COMMENT= A bi-directional ping utility
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 \
p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
USE_PERL5_RUN= 5.8.0+
MAN8= 2ping.8 2ping6.8
.include <bsd.port.mk>