diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2025-12-05 14:07:28 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2025-12-05 14:07:28 +0000 |
| commit | f45b1d07f50b64cebbcd416af8d7ddf265db3de1 (patch) | |
| tree | 93a6437187240d3799d246ffbb9e896abd65b990 /misc/fabric | |
| parent | 77e56acedc3b957092ca34c45739d14d79125134 (diff) | |
Diffstat (limited to 'misc/fabric')
| -rw-r--r-- | misc/fabric/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/fabric/Makefile b/misc/fabric/Makefile index 3d69f0c88506..8c21daeedb26 100644 --- a/misc/fabric/Makefile +++ b/misc/fabric/Makefile @@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.23,modules +DEPRECATED= Uses old go, but try building without USES=go:someversion +EXPIRATION_DATE=2026-01-01 + GO_MODULE= github.com/danielmiessler/fabric PLIST_FILES= bin/${PORTNAME} |
