23 lines
421 B
Makefile
23 lines
421 B
Makefile
# $OpenBSD: Makefile,v 1.24 2017/04/15 15:43:31 ajacoutot Exp $
|
|
|
|
COMMENT= tool for building, changing, and versioning infrastructure
|
|
|
|
GH_TAGNAME= v0.9.3
|
|
GH_ACCOUNT= hashicorp
|
|
GH_PROJECT= terraform
|
|
|
|
CATEGORIES= sysutils net
|
|
|
|
HOMEPAGE= https://www.terraform.io/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# MPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES= lang/go
|
|
|
|
.include <bsd.port.mk>
|