freebsd-ports/security/sslscan/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00

19 lines
337 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.mk>