mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
23 lines
598 B
Makefile
23 lines
598 B
Makefile
PORTNAME= consul-template
|
|
DISTVERSION= 0.39.1
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 2
|
|
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:1.22,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>
|