diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 16:27:14 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 16:27:14 +0200 |
commit | 34ed142574e150b3a6d77eb16685e560746d204a (patch) | |
tree | 534ec482e56bcef0acc8f440252665ba0e533fdc /sysutils/packer | |
parent | sysutils/nomad: Add CPE information (diff) |
sysutils/packer: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils/packer')
-rw-r--r-- | sysutils/packer/Makefile | 3 |
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 |