summaryrefslogtreecommitdiff
path: root/security/ssl-checker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssl-checker/Makefile')
-rw-r--r--security/ssl-checker/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/ssl-checker/Makefile b/security/ssl-checker/Makefile
new file mode 100644
index 000000000000..0feafab4289b
--- /dev/null
+++ b/security/ssl-checker/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= ssl-checker
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.1.7
+CATEGORIES= security
+
+MAINTAINER= olgeni@FreeBSD.org
+COMMENT= Fast and beautiful program to check all your https endpoints
+WWW= https://github.com/fabio42/ssl-checker
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+USE_GITHUB= yes
+GH_ACCOUNT= fabio42
+
+GO_MODULE= github.com/fabio42/ssl-checker
+
+PLIST_FILES= bin/ssl-checker
+
+.include <bsd.port.mk>