git: 1e6521abd6bc - main - databases/pear-Horde_HashTable: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Tue, 05 Oct 2021 20:01:47 UTC
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e6521abd6bcd62c8a052c6bf8b6a4101bc3fa14

commit 1e6521abd6bcd62c8a052c6bf8b6a4101bc3fa14
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 19:30:34 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 20:01:15 +0000

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

diff --git a/databases/pear-Horde_HashTable/Makefile b/databases/pear-Horde_HashTable/Makefile
index a30740c2044a..10ba1a715580 100644
--- a/databases/pear-Horde_HashTable/Makefile
+++ b/databases/pear-Horde_HashTable/Makefile
@@ -6,9 +6,11 @@ MAINTAINER=	horde@FreeBSD.org
 COMMENT=	Horde Hash Table Interface
 
 OPTIONS_DEFINE=	MEMCACHE
-USES=	horde
+USES=		cpe horde
 USE_HORDE_RUN=	Horde_Exception
 
+CPE_VENDOR=	horde
+
 MEMCACHE_USE=	HORDE_RUN=Horde_Memcache
 
 .include <bsd.port.mk>