aboutsummaryrefslogtreecommitdiff
path: root/www/ghostunnel/Makefile
blob: 71007d6b9268e8f67d11b7f9336eca3bdeb0174a (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.3
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>