aboutsummaryrefslogtreecommitdiff
path: root/security/sslscan/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-26 19:55:12 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-26 19:55:12 +0000
commit360072ae021d413081d0b013b7f133985991ef9a (patch)
tree1cd1dbfe254baea2c9e0ff9411aa4e62ec103619 /security/sslscan/Makefile
parent7db4c573a499494a616e23006b969ac13f43a8a6 (diff)
Notes
Diffstat (limited to 'security/sslscan/Makefile')
-rw-r--r--security/sslscan/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/security/sslscan/Makefile b/security/sslscan/Makefile
index d07a43a48939..0feae750cc11 100644
--- a/security/sslscan/Makefile
+++ b/security/sslscan/Makefile
@@ -2,20 +2,18 @@
# $FreeBSD$
PORTNAME= sslscan
-PORTVERSION= 1.8.2
-PORTREVISION= 1
+PORTVERSION= 1.11.6
CATEGORIES= security
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
-EXTRACT_SUFX= .tgz
+USE_GITHUB= yes
+GH_ACCOUNT= rbsec
+GH_TAGNAME= ${PORTVERSION}-${GH_ACCOUNT}
MAINTAINER= matthieu@labs.fr
COMMENT= SSLScan is a fast SSL port scanner
LICENSE= GPLv3
-CFLAGS+= -I${LOCALBASE}/include ${CPPFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${LIBS}
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+USES= gmake
USE_OPENSSL= yes
.include <bsd.port.mk>