diff --git a/security/trezord/Makefile b/security/trezord/Makefile index 2c87765c6d79..0519f75984be 100644 --- a/security/trezord/Makefile +++ b/security/trezord/Makefile @@ -1,27 +1,27 @@ PORTNAME= trezord DISTVERSIONPREFIX= v DISTVERSION= 2.0.33 PORTREVISION= 4 CATEGORIES= security MAINTAINER= ale@FreeBSD.org COMMENT= TREZOR Communication Daemon aka TREZOR Bridge WWW= https://github.com/trezor/trezord-go LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= go:modules +USES= go:1.20,modules USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= trezor GH_PROJECT= ${PORTNAME}-go GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} PLIST_FILES= bin/${GH_PROJECT} .include "${.CURDIR}/Makefile.modules" .include