mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
47e702df42
Any taker, feel free.
24 lines
540 B
Makefile
24 lines
540 B
Makefile
COMMENT= start subprocess with envvar populated from Consul and Vault
|
|
|
|
MODGO_MODNAME= github.com/hashicorp/envconsul
|
|
MODGO_VERSION= v0.13.4
|
|
DISTNAME= envconsul-${MODGO_VERSION}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# MPLv2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES= lang/go
|
|
|
|
# go/src/github.com/hashicorp/envconsul/Makefile
|
|
MODGO_LDFLAGS += -X github.com/hashicorp/envconsul/version.Name=envconsul
|
|
MODGO_LDFLAGS += -X github.com/hashicorp/envconsul/version.GitCommit=${MODGO_VERSION}
|
|
|
|
.include "modules.inc"
|
|
|
|
.include <bsd.port.mk>
|