git: 730dd8d005fd - main - devel/libzookeeper: Add CPE information

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=730dd8d005fda2627001202bd7c6872d868db77d

commit 730dd8d005fda2627001202bd7c6872d868db77d
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:30 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:30 +0000

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

diff --git a/devel/libzookeeper/Makefile b/devel/libzookeeper/Makefile
index 018909b49a5c..f9296e1b3443 100644
--- a/devel/libzookeeper/Makefile
+++ b/devel/libzookeeper/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcppunit.so:devel/cppunit
 
-USES=		autoreconf libtool pkgconfig
+USES=		autoreconf cpe libtool pkgconfig
+CPE_VENDOR=	apache
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes