mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
2f7b9a728e
- Adopt port
18 lines
328 B
Makefile
18 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>
|