mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
21 lines
420 B
Makefile
21 lines
420 B
Makefile
# Created by: David E. Thiel <lx@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ncrack
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://nmap.org/ncrack/dist/ \
|
|
http://redundancy.redundancy.org/mirror/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}ALPHA
|
|
|
|
MAINTAINER= lx@FreeBSD.org
|
|
COMMENT= High-speed network authentication cracking tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= ncrack.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|