diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-13 14:11:35 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-13 14:11:35 +0000 |
commit | 7a6635edae69dbfb415a897f1896784ecf3ddf36 (patch) | |
tree | b97f847b3221b5845aebdf0621f4c4a4daa4bef2 /net-im/py-slixmpp | |
parent | 1c8d3f60382a999d8c2efd725f284700480bb9db (diff) | |
download | ports-7a6635edae69dbfb415a897f1896784ecf3ddf36.tar.gz ports-7a6635edae69dbfb415a897f1896784ecf3ddf36.zip |
net-im/py-slixmpp: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'net-im/py-slixmpp')
-rw-r--r-- | net-im/py-slixmpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |