Date: Thu, 14 Oct 2021 21:34:29 GMT From: =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2ca69d2b9fc7 - main - www/py-flask: Add CPE information Message-ID: <202110142134.19ELYTbc081797@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110142134.19ELYTbc081797>