aboutsummaryrefslogtreecommitdiff
path: root/net/sing-box/Makefile
blob: 598459abe0989653601d0410dfeed4316e07e9b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	sing-box
DISTVERSIONPREFIX=	v
DISTVERSION=	1.8.0
CATEGORIES=	net

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Universal proxy platform
WWW=		https://sing-box.sagernet.org/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:1.20,modules

GO_MODULE=	github.com/sagernet/sing-box
GO_TARGET=	./cmd/sing-box

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>