diff options
Diffstat (limited to 'security/go-tuf/Makefile')
-rw-r--r-- | security/go-tuf/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/go-tuf/Makefile b/security/go-tuf/Makefile new file mode 100644 index 000000000000..7152df99c051 --- /dev/null +++ b/security/go-tuf/Makefile @@ -0,0 +1,21 @@ +PORTNAME= go-tuf +DISTVERSIONPREFIX= v +DISTVERSION= 2.1.0 +CATEGORIES= security + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Framework for Securing Software +WWW= https://theupdateframework.io + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cpe go:1.24,modules +CPE_VENDOR= theupdateframework + +GO_TARGET= ./examples/cli/tuf-client +GO_MODULE= github.com/theupdateframework/go-tuf/v2 + +PLIST_FILES= bin/tuf-client + +.include <bsd.port.mk> |