ports/net/arping/Makefile
Daniel Engberg 400b3dbff7 net/arping: Update to 2.25
* Do some light cleanup of port Makefile

Changelog:
https://github.com/ThomasHabets/arping/releases/tag/arping-2.25

PR:		286913
Approved by:	maintainer timeout, 2+ weeks
2025-06-04 22:49:13 +02:00

24 lines
456 B
Makefile

PORTNAME= arping
DISTVERSION= 2.25
CATEGORIES= net
MASTER_SITES= http://www.habets.pp.se/synscan/files/
MAINTAINER= gavin@FreeBSD.org
COMMENT= ARP level "ping" utility
WWW= https://www.habets.pp.se/synscan/programs.php?prog=arping
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libnet.so:net/libnet
USES= localbase
GNU_CONFIGURE= yes
PLIST_FILES= include/arping.h \
sbin/arping \
share/man/man8/arping.8.gz
.include <bsd.port.mk>