git: 6de78f9c4808 - main - security/botan110: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 21 Oct 2021 14:35:40 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6de78f9c48086223fd3fc344d974a8a08c62cf8a

commit 6de78f9c48086223fd3fc344d974a8a08c62cf8a
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:27:02 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:27:02 +0000

    security/botan110: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 security/botan110/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/botan110/Makefile b/security/botan110/Makefile
index 124f9eed1fc5..c767dfa9ea92 100644
--- a/security/botan110/Makefile
+++ b/security/botan110/Makefile
@@ -19,7 +19,8 @@ BROKEN_riscv64=		fails to build: Unknown or unidentifiable processor "riscv"
 OPTIONS_DEFINE=		SSL GMP DOCS
 OPTIONS_DEFAULT=	SSL GMP
 
-USES=		compiler gmake python:build shebangfix tar:tgz
+USES=		compiler cpe gmake python:build shebangfix tar:tgz
+CPE_VENDOR=	${PORTNAME}_project
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	configure.py
 CONFIGURE_ARGS=	--prefix=${PREFIX} --cc ${CHOSEN_COMPILER_TYPE} \