mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
201f7e5cb9
Fix shebang USE_GMAKE -> USES=gmake
22 lines
529 B
Makefile
22 lines
529 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= 2ping
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= http://www.finnie.org/software/2ping/
|
|
|
|
MAINTAINER= gslin@gslin.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 \
|
|
p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
|
|
|
|
USES= gmake perl5 shebangfix
|
|
SHEBANG_FILES= src/2ping.pl
|
|
|
|
.include <bsd.port.mk>
|