git: 34ed142574e1 - main - sysutils/packer: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:36:34 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=34ed142574e150b3a6d77eb16685e560746d204a
commit 34ed142574e150b3a6d77eb16685e560746d204a
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:27:14 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:27:14 +0000
sysutils/packer: Add CPE information
Approved by: portmgr (blanket)
---
sysutils/packer/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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