opnsense-ports/security/sslscan/Makefile
Franco Fichtner 9e1ba5b6a0 */*: sync with upstream
Taken from: HardenedBSD
2017-09-18 14:56:29 +02:00

26 lines
469 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
USE_HARDENING= safestack
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.endif
.include <bsd.port.post.mk>