2f7b9a728e
- Adopt port
17 lines
328 B
Makefile
17 lines
328 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= arp-scan
|
|
PORTVERSION= 1.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.nta-monitor.com/files/${PORTNAME}/
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= ARP scanning and fingerprinting tool
|
|
|
|
LICENSE= GPLv3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|