Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= arpCounterattack |
4 |
PORTNAME= arpCounterattack |
5 |
PORTVERSION= 1.2.0 |
5 |
PORTVERSION= 1.2.0 |
6 |
PORTREVISION= 6 |
6 |
PORTREVISION= 7 |
7 |
CATEGORIES= security |
7 |
CATEGORIES= security |
8 |
MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \ |
8 |
MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \ |
9 |
http://bk.macroblock.net/${PORTNAME}/ |
9 |
http://bk.macroblock.net/${PORTNAME}/ |
Lines 11-17
Link Here
|
11 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= ports@FreeBSD.org |
12 |
COMMENT= Detects and remedies ARP attacks |
12 |
COMMENT= Detects and remedies ARP attacks |
13 |
|
13 |
|
14 |
LIB_DEPENDS= libdnet.so:net/libdnet |
14 |
LIB_DEPENDS= libdnet.so:net/libdnet \ |
|
|
15 |
libpcap.so:net/libpcap |
15 |
|
16 |
|
16 |
USES= compiler:c++11-lib tar:tbz |
17 |
USES= compiler:c++11-lib tar:tbz |
17 |
USE_CSTD= c++11 |
18 |
USE_CSTD= c++11 |