opnsense-ports/security/sslscan/Makefile
Franco Fichtner 2b828c8f76 */*: sync with upstream
Taken from: FreeBSD
2016-11-30 06:40:24 +01:00

25 lines
455 B
Makefile

# Created by: Matthieu BOUTHORS <matthieu@labs.fr>
# $FreeBSD$
PORTNAME= sslscan
PORTVERSION= 1.11.6
DISTVERSIONSUFFIX= -${GH_ACCOUNT}
CATEGORIES= security
MAINTAINER= gavin@FreeBSD.org
COMMENT= SSLScan is a fast SSL port scanner
LICENSE= GPLv3
USES= gmake
USE_OPENSSL= yes
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>