summaryrefslogtreecommitdiff
path: root/security/go-tuf/Makefile
blob: 5c80faabe2b07fda74f1cb57afd73cefeab02a39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	go-tuf
DISTVERSIONPREFIX=	v
DISTVERSION=	2.2.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>