blob: 5a67191821af3de33fd2a22e75354a01c4cd5e9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= wireproxy
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.7
PORTREVISION= 4
CATEGORIES= net
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Wireguard client that exposes itself as a socks5 proxy
WWW= https://github.com/pufferffish/wireproxy
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/octeep/wireproxy
GO_TARGET= ./cmd/wireproxy
PLIST_FILES= bin/wireproxy
.include <bsd.port.mk>
|