summaryrefslogtreecommitdiff
path: root/security/timestamp-authority/Makefile
blob: 32ac2a2a5c2a31e5a994f88602955c7bb41c014d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	timestamp-authority
DISTVERSIONPREFIX=	v
DISTVERSION=	1.2.9
CATEGORIES=	security

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Service for issuing RFC 3161 timestamps
WWW=		https://sigstore.dev/

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules
USE_RC_SUBR=	${PORTNAME}

GO_MODULE=	github.com/sigstore/timestamp-authority
GO_TARGET=	./cmd/fetch-tsa-certs \
		./cmd/timestamp-cli \
		./cmd/timestamp-server

USERS=		${PORTNAME}
GROUPS=		${PORTNAME}

.include <bsd.port.mk>