diff options
Diffstat (limited to 'sysutils/nomad-pot-driver/Makefile')
| -rw-r--r-- | sysutils/nomad-pot-driver/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/nomad-pot-driver/Makefile b/sysutils/nomad-pot-driver/Makefile index 94a2624a0e8a..9631211485e2 100644 --- a/sysutils/nomad-pot-driver/Makefile +++ b/sysutils/nomad-pot-driver/Makefile @@ -1,7 +1,7 @@ PORTNAME= nomad-pot-driver DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org @@ -14,14 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nomad:sysutils/nomad \ pot>=0.16.0:sysutils/pot -USES= go:1.21,modules +USES= go:modules GO_MODULE= github.com/bsdpot/nomad-pot-driver GO_TARGET= :${PREFIX}/libexec/nomad/plugins/nomad-pot-driver SUB_FILES= pkg-message PLIST_FILES= ${PREFIX}/libexec/nomad/plugins/nomad-pot-driver -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - .include <bsd.port.mk> |
