freebsd-ports/net-mgmt/2ping/Makefile
Martin Wilke 1572f4d8da - Update to 1.1
PR:		158016
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2011-06-25 05:20:24 +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.1
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>