mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
d84aa50743
Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854
25 lines
408 B
Makefile
25 lines
408 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ssllabs-scan
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.5.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= security net
|
|
|
|
MAINTAINER= egypcio@FreeBSD.org
|
|
COMMENT= Command-line tool to use the SSL Labs API
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
|
|
|
|
USES= go
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= ssllabs
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|