mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
21 lines
408 B
Makefile
21 lines
408 B
Makefile
PORTNAME= sing-box
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.11.8
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Universal proxy platform
|
|
WWW= https://sing-box.sagernet.org \
|
|
https://github.com/SagerNet/sing-box
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:1.23,modules
|
|
|
|
GO_MODULE= github.com/sagernet/sing-box
|
|
GO_TARGET= ./cmd/sing-box
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|