git: 5d6eb89a2c68 - main - databases/adodb: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:41 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d6eb89a2c68eb6b192080465e2a5e3f61131239

commit 5d6eb89a2c68eb6b192080465e2a5e3f61131239
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:34:29 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:18:01 +0000

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

diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile
index a86057a04161..4513790eceff 100644
--- a/databases/adodb/Makefile
+++ b/databases/adodb/Makefile
@@ -12,11 +12,13 @@ COMMENT=	Database library for PHP
 LICENSE=	BSD4CLAUSE LGPL21
 LICENSE_COMB=	dual
 
-USES=		php tar:tgz
+USES=		cpe php tar:tgz
 USE_PHP=	pcre
 
 CONFLICTS=	adodb-5.*
 
+CPE_VENDOR=	adodb_project
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
 NO_ARCH=	yes


More information about the dev-commits-ports-main mailing list