mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
c45cd8f110
Reported by: portscout
21 lines
367 B
Makefile
21 lines
367 B
Makefile
PORTNAME= sing-box
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.8.2
|
|
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>
|