git: 7c84b0b626dc - main - www/py-fastapi: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:34:28 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c84b0b626dc115c23f0ed352ca5c0611bc21252 commit 7c84b0b626dc115c23f0ed352ca5c0611bc21252 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-fastapi: Add CPE information Approved by: portmgr (blanket) --- www/py-fastapi/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-fastapi/Makefile b/www/py-fastapi/Makefile index f666faac5e5a..d99041496667 100644 --- a/www/py-fastapi/Makefile +++ b/www/py-fastapi/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic>0:devel/py-pydantic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}starlette>0:www/py-starlette@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes