mirror of https://git.FreeBSD.org/ports.git
24 lines
433 B
Makefile
24 lines
433 B
Makefile
PORTNAME= atlantis
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.31.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= dutra@FreeBSD.org
|
|
COMMENT= Terraform Pull Requests Automation
|
|
WWW= https://www.runatlantis.io
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= terraform:sysutils/terraform
|
|
|
|
USES= go:1.23,modules
|
|
|
|
GO_MODULE= github.com/runatlantis/atlantis
|
|
CGO_ENABLED= 0
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|