freebsd-ports/devel/atlantis/Makefile
2022-03-30 03:01:44 -04:00

24 lines
447 B
Makefile

# Created by: Gabriel M. Dutra <0xdutra@gmail.com>
PORTNAME= atlantis
DISTVERSIONPREFIX= v
DISTVERSION= 0.18.2
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= 0xdutra@gmail.com
COMMENT= Terraform Pull Requests Automation
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= terraform:sysutils/terraform
USES= go:modules
GO_MODULE= github.com/runatlantis/atlantis
CGO_ENABLED= 0
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>