Files
ports/net/sing-box/Makefile
Dag-Erling Smørgrav 75d873b56a many: Unpin Go ports
* Ports that were pinned to a deprecated version of Go (1.23 or older)
  have been unpinned.

* Ports that were pinned to a still-supported version of Go (1.24 or
  newer) have been converted to requesting that as their minimum Go
  version.

* Ports that had been forcibly deprecated for pinning an expired Go
  version have been undeprecated.
2025-12-16 00:06:00 +01:00

22 lines
410 B
Makefile

PORTNAME= sing-box
DISTVERSIONPREFIX= v
DISTVERSION= 1.12.13
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.24+,modules
GO_MODULE= github.com/sagernet/sing-box
GO_TARGET= ./cmd/sing-box
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>