git: 5e39474bea82 - main - www/py-autobahn: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:59:26 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e39474bea823c53774ec178043e58a1adf36118

commit 5e39474bea823c53774ec178043e58a1adf36118
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:32:20 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:58:06 +0000

    www/py-autobahn: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/py-autobahn/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index d7f87ebcc722..a406908f02ae 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -17,10 +17,12 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.8.6:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:devel/py-mock@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		cpe python:3.5+
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 
+CPE_VENDOR=	crossbar
+
 GH_ACCOUNT=	crossbario
 GH_PROJECT=	autobahn-python
 


More information about the dev-commits-ports-main mailing list