freebsd-ports/security/sslscan/Makefile
Gavin Atkinson 650df6e04a sslscan: Update to 1.11.10.
PR:		219197
Submitted by:	Piotr Kubaj (with minor changes)
Approved by:	rene
2017-06-09 03:35:05 +00:00

24 lines
443 B
Makefile

# Created by: Matthieu BOUTHORS <matthieu@labs.fr>
# $FreeBSD$
PORTNAME= sslscan
PORTVERSION= 1.11.10
DISTVERSIONSUFFIX= -${GH_ACCOUNT}
CATEGORIES= security
MAINTAINER= gavin@FreeBSD.org
COMMENT= SSLScan is a fast SSL port scanner
LICENSE= GPLv3
USES= gmake ssl
USE_GITHUB= yes
GH_ACCOUNT= rbsec
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.endif
.include <bsd.port.post.mk>