mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
e64855c99c
- Convert to USES
18 lines
387 B
Makefile
18 lines
387 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
|
|
USES= gmake
|
|
|
|
.include <bsd.port.mk>
|