1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/security/go-tuf/Makefile
T

22 lines
438 B
Makefile

PORTNAME= go-tuf
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.2
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.25+,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>