blob: 09a92058f869799d11cfd5c341b303bd03b6f663 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: David E. Thiel <lx@FreeBSD.org>
# $FreeBSD$
PORTNAME= ncrack
PORTVERSION= 0.5
CATEGORIES= security
MASTER_SITES= http://nmap.org/ncrack/dist/ \
http://redundancy.redundancy.org/mirror/
MAINTAINER= lx@FreeBSD.org
COMMENT= High-speed network authentication cracking tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake ssl
CPPFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.mk>
|