1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/ncrack/Makefile
Martin Wilke e64855c99c - Stage support
- Convert to USES
2014-01-31 15:54:10 +00:00

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>