Files
ports/security/timestamp-authority/Makefile
T
2026-07-10 09:54:15 +02:00

26 lines
512 B
Makefile

PORTNAME= timestamp-authority
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.9
PORTREVISION= 12
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>