openbsd-ports/sysutils/consul-template/Makefile
2017-11-02 17:43:04 +00:00

28 lines
604 B
Makefile

# $OpenBSD: Makefile,v 1.7 2017/11/02 17:43:04 jasper Exp $
COMMENT= template rendering and notifications with Consul
GH_TAGNAME= v0.19.4
GH_ACCOUNT= hashicorp
GH_PROJECT= consul-template
CATEGORIES= sysutils net
HOMEPAGE= https://www.consul.io/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# MPLv2.0
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c pthread
MODULES= lang/go
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/consul-template
${INSTALL_DATA} ${WRKSRC}/examples/* ${FILESDIR}/default.conf \
${PREFIX}/share/examples/consul-template
.include <bsd.port.mk>