freebsd-ports/textproc/consul-template/Makefile
2023-09-08 09:34:56 -05:00

23 lines
593 B
Makefile

PORTNAME= consul-template
PORTVERSION= 0.33.0
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= textproc
MAINTAINER= bofh@FreeBSD.org
COMMENT= Generic template rendering and notifications with Consul
WWW= https://github.com/hashicorp/consul-template
LICENSE= MPL20
USES= go:modules
USE_RC_SUBR= consul-template
GO_MODULE= github.com/hashicorp/consul-template
GO_BUILDFLAGS= -ldflags='\
-s -w -X github.com/hashicorp/consul-template/version.Name=${PORTNAME} \
-X github.com/hashicorp/consul-template/version.GitCommit=release'
PLIST_FILES= bin/consul-template
.include <bsd.port.mk>