git: 2ca69d2b9fc7 - main - www/py-flask: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:34:29 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ca69d2b9fc7126fe259676ad3f98d2ccfd277d0 commit 2ca69d2b9fc7126fe259676ad3f98d2ccfd277d0 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:55 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:55 +0000 www/py-flask: Add CPE information Approved by: portmgr (blanket) --- www/py-flask/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-flask/Makefile b/www/py-flask/Makefile index fb39517816aa..b1e87ba6cde9 100644 --- a/www/py-flask/Makefile +++ b/www/py-flask/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.15:www/py-werkzeug@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}click>=5.1:devel/py-click@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= palletsprojects USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes