diff options
Diffstat (limited to 'sysutils/gomplate/Makefile')
-rw-r--r-- | sysutils/gomplate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gomplate/Makefile b/sysutils/gomplate/Makefile index 2d78261bcf59..2a0f397c68ce 100644 --- a/sysutils/gomplate/Makefile +++ b/sysutils/gomplate/Makefile @@ -1,6 +1,7 @@ PORTNAME= gomplate DISTVERSIONPREFIX= v DISTVERSION= 4.3.2 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org @@ -10,7 +11,7 @@ WWW= https://github.com/hairyhenderson/gomplate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:modules GO_MODULE= github.com/hairyhenderson/gomplate/v4 GH_TAG_COMMIT= c325f78 |