blob: 99e0748a2350eed320f75647b9a0053e7f0a8f20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= ghostunnel
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.1
PORTREVISION= 2
CATEGORIES= www
MAINTAINER= yuri@FreeBSD.org
COMMENT= SSL/TLS proxy with mutual authentication for securing non-TLS services
WWW= https://github.com/ghostunnel/ghostunnel
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/ghostunnel/ghostunnel
PLIST_FILES= bin/ghostunnel
.include <bsd.port.mk>
|