mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
574a94d706
- Use GO_MODULE instead of USE_GITHUB, GH_ACCOUNT, GH_TUPLE and post-extract ChangeLog: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.33.1 PR: 258702
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# Created by: Gabriel M. Dutra <0xdutra@gmail.com>
|
|
|
|
PORTNAME= terragrunt
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.33.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= 0xdutra@gmail.com
|
|
COMMENT= Terragrunt is a thin wrapper for Terraform
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/gruntwork-io/terragrunt
|
|
|
|
GO_BUILDFLAGS= -ldflags="-X main.VERSION=v${PORTVERSION}"
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|