blob: b05420c9ecff254fe7b47a0a9989fe549eb43dbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= arpscan
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= net-mgmt
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple arp scanner
WWW= https://github.com/jasonish/arpscan
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libdnet.so:net/libdnet
USE_GITHUB= yes
GH_ACCOUNT= jasonish
GH_TAGNAME= e59831a
USES= autoreconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}
PLIST_FILES= bin/arpscan
.include <bsd.port.mk>
|