git: 07649141597a - main - www/py-uvicorn: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:34:40 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=07649141597a09cedc8c0e4fa39e82320b4a034d commit 07649141597a09cedc8c0e4fa39e82320b4a034d Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:57 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:57 +0000 www/py-uvicorn: Add CPE information Approved by: portmgr (blanket) --- www/py-uvicorn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-uvicorn/Makefile b/www/py-uvicorn/Makefile index 9eb6b3c7f4c7..39f1d4bcb2ca 100644 --- a/www/py-uvicorn/Makefile +++ b/www/py-uvicorn/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.4.0:www/py-asgiref@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvloop>=0.14.0:devel/py-uvloop@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websockets>=9.1:devel/py-websockets@${PY_FLAVOR} -USES= python:3.7+ +USES= cpe python:3.7+ +CPE_VENDOR= encode USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes