mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
5bfc9c6254
- Convert to USES
16 lines
322 B
Makefile
16 lines
322 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= arp-scan
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.nta-monitor.com/tools/${PORTNAME}/download/
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= ARP Scanning and Fingerprinting Tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|