mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
17 lines
250 B
Makefile
17 lines
250 B
Makefile
# Created by: marck@FreeBSD.org
|
|
|
|
PORTNAME= arpdig
|
|
PORTVERSION= 0.5.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= marck@FreeBSD.org
|
|
COMMENT= ARP Digger utility
|
|
|
|
USES= uidfix
|
|
|
|
PLIST_FILES= bin/arpdig \
|
|
man/man1/arpdig.1.gz
|
|
|
|
.include <bsd.port.mk>
|