git: 7d53449d3943 - main - russian/bugzilla44: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Sat, 23 Oct 2021 21:20:15 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d53449d3943cdd9d2e52dceaa6710d5aafcdd8a

commit 7d53449d3943cdd9d2e52dceaa6710d5aafcdd8a
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 21:20:00 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 21:20:00 +0000

    russian/bugzilla44: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 russian/bugzilla44/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/russian/bugzilla44/Makefile b/russian/bugzilla44/Makefile
index 2e43fdfe2f7a..9ffe2b03c3b7 100644
--- a/russian/bugzilla44/Makefile
+++ b/russian/bugzilla44/Makefile
@@ -9,6 +9,9 @@ COMMENT=	Russian localization for Bugzilla
 
 RUN_DEPENDS=	bugzilla44>=${PORTVERSION}:devel/bugzilla44
 
+USES=		cpe
+CPE_VENDOR=	mozilla
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.ru
 
 .include "${.CURDIR}/../../devel/bugzilla44/Makefile.common"