aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-21 14:27:14 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-21 14:27:14 +0000
commit5203774ee8d2b02b729d61e62358a7bbda960737 (patch)
tree3faed4bb1409d9452079f3263f605a692ef8a5cb
parent30f47fc3b8711a4deda4f5de3027f76974884eb3 (diff)
downloadports-5203774ee8d2b02b729d61e62358a7bbda960737.tar.gz
ports-5203774ee8d2b02b729d61e62358a7bbda960737.zip
sysutils/nomad: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--sysutils/nomad/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile
index 642908b9e5ac..ce22620e9453 100644
--- a/sysutils/nomad/Makefile
+++ b/sysutils/nomad/Makefile
@@ -9,7 +9,8 @@ COMMENT= Cluster manager and scheduler
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:modules
+USES= cpe go:modules
+CPE_VENDOR= hashicorp
GO_BUILDFLAGS= -tags ui \
-ldflags "-X main.GitDescribe=${DISTVERSIONFULL}"