git: 1b137ef09ba6 - main - devel/pear-Horde_Cache: Add CPE information

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

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

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

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

diff --git a/devel/pear-Horde_Cache/Makefile b/devel/pear-Horde_Cache/Makefile
index 085497059fd0..50bc6ed4b8af 100644
--- a/devel/pear-Horde_Cache/Makefile
+++ b/devel/pear-Horde_Cache/Makefile
@@ -5,11 +5,13 @@ CATEGORIES=	devel www pear
 MAINTAINER=	horde@FreeBSD.org
 COMMENT=	Horde Caching API
 
-USES=		horde php
+USES=		cpe horde php
 USE_HORDE_RUN=	Horde_Compress_Fast \
 		Horde_Exception \
 		Horde_HashTable \
 		Horde_Util
 USE_PHP=	hash
 
+CPE_VENDOR=	horde
+
 .include <bsd.port.mk>