forked from Lainports/freebsd-ports
- Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21744
24 lines
452 B
Makefile
24 lines
452 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= consul-template
|
|
PORTVERSION= 0.20.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Generic template rendering and notifications with Consul
|
|
|
|
LICENSE= MPL20
|
|
|
|
USES= go
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hashicorp
|
|
GH_SUBDIR= src/github.com/hashicorp/consul-template
|
|
|
|
PLIST_FILES= bin/consul-template
|
|
|
|
USE_RC_SUBR= consul-template
|
|
|
|
.include <bsd.port.mk>
|