git: 8caf45164bff - main - databases/adodb5: Add CPE information

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8caf45164bff5e58b3aca7d1ca30db94d670ae22

commit 8caf45164bff5e58b3aca7d1ca30db94d670ae22
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:29:58 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:29:58 +0000

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

diff --git a/databases/adodb5/Makefile b/databases/adodb5/Makefile
index a06d175ca4dd..e0d8cf5cb5e9 100644
--- a/databases/adodb5/Makefile
+++ b/databases/adodb5/Makefile
@@ -12,7 +12,8 @@ COMMENT=	Database library for PHP
 LICENSE=	BSD3CLAUSE LGPL21+
 LICENSE_COMB=	dual
 
-USES=		php:flavors
+USES=		cpe php:flavors
+CPE_VENDOR=	${PORTNAME}_project
 USE_PHP=	pcre
 
 USE_GITHUB=	yes