git: 7a6635edae69 - main - net-im/py-slixmpp: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 14:11:52 UTC
The branch main has been updated by se:

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

commit 7a6635edae69dbfb415a897f1896784ecf3ddf36
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 14:11:35 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 14:11:35 +0000

    net-im/py-slixmpp: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net-im/py-slixmpp/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/py-slixmpp/Makefile b/net-im/py-slixmpp/Makefile
index e6801fff9925..b7af5979c1d1 100644
--- a/net-im/py-slixmpp/Makefile
+++ b/net-im/py-slixmpp/Makefile
@@ -17,7 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR}
 TEST_DEPENDS=	gpg:security/gnupg
 
-USES=		pkgconfig python:3.7+
+USES=		cpe pkgconfig python:3.7+
+CPE_VENDOR=	${PORTNAME}_project
 USE_PYTHON=	distutils autoplist cython
 
 NO_ARCH=	yes