1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/security/ncrack/Makefile
Ben Woods 5c01ec1c41 security/ncrack: Update to 0.5
- Add LICENSE and LICENSE_FILE details

Changes this release:
  http://seclists.org/nmap-dev/2016/q2/34

Approved by:	lx (maintainer), adamw, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D7854
2016-09-13 14:18:54 +00:00

22 lines
451 B
Makefile

# 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>