diff --git a/dns/zns/Makefile b/dns/zns/Makefile index e6ece4c25150..1f622fcd9985 100644 --- a/dns/zns/Makefile +++ b/dns/zns/Makefile @@ -1,27 +1,27 @@ PORTNAME= zns DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= nxjoseph@protonmail.com COMMENT= CLI tool for querying DNS records with readable and colored output WWW= https://github.com/znscli/zns LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.24,modules GO_MODULE= github.com/znscli/zns PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= JSON OPTIONS_DEFAULT= JSON JSON_DESC= Enable JSON output processing support JSON_RUN_DEPENDS= jq:textproc/jq .include