summaryrefslogtreecommitdiff
path: root/sysutils/packer
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-21 16:27:14 +0200
committerStefan Eßer <se@FreeBSD.org>2021-10-21 16:27:14 +0200
commit34ed142574e150b3a6d77eb16685e560746d204a (patch)
tree534ec482e56bcef0acc8f440252665ba0e533fdc /sysutils/packer
parentsysutils/nomad: Add CPE information (diff)
sysutils/packer: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils/packer')
-rw-r--r--sysutils/packer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/packer/Makefile b/sysutils/packer/Makefile
index 2341848b60df..abc10b56c399 100644
--- a/sysutils/packer/Makefile
+++ b/sysutils/packer/Makefile
@@ -12,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
PLIST_FILES= bin/${PORTNAME}
-USES= go:modules
+USES= cpe go:modules
+CPE_VENDOR= hashicorp
GO_MODULE= github.com/hashicorp/packer
USE_GITHUB= yes