aboutsummaryrefslogtreecommitdiff
path: root/security/ncrack/Makefile
blob: af44b6e7d1d28dbfa682bba106d2865b01c100f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	ncrack
# Date created:		2010-07-27
# Whom:			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=	A high-speed network authentication cracking tool

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

MAN1=	ncrack.1

.include <bsd.port.mk>