diff --git a/devel/atlantis/Makefile b/devel/atlantis/Makefile index 27bd8c475432..9173e2a91b64 100644 --- a/devel/atlantis/Makefile +++ b/devel/atlantis/Makefile @@ -1,23 +1,25 @@ PORTNAME= atlantis DISTVERSIONPREFIX= v DISTVERSION= 0.43.0 PORTREVISION= 1 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:modules +USES= cpe go:modules + +CPE_VENDOR= runatlantis GO_MODULE= github.com/runatlantis/atlantis CGO_ENABLED= 0 PLIST_FILES= bin/${PORTNAME} .include