aboutsummaryrefslogtreecommitdiff
path: root/net/arp-scan/Makefile
blob: b8350b9782d0abef32077edfa367955e7b9a4d35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	arp-scan
PORTVERSION=	1.9.7
CATEGORIES=	net

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	ARP scanning and fingerprinting tool

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		autoreconf

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	royhills

.include <bsd.port.mk>