git: 71c9fe8adfb6 - main - www/py-aiohttp: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:34:27 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=71c9fe8adfb6a971e22bf504dcc34cad787b1c90 commit 71c9fe8adfb6a971e22bf504dcc34cad787b1c90 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:54 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:54 +0000 www/py-aiohttp: Add CPE information Approved by: portmgr (blanket) --- www/py-aiohttp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile index 87c704cb415b..2f757c4883b7 100644 --- a/www/py-aiohttp/Makefile +++ b/www/py-aiohttp/Makefile @@ -30,7 +30,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.8.2:devel/py-pytest@${PY_FLAVOR} # to be ported ${PYTHON_PKGNAMEPREFIX}brotlypy>0:archivers/py-brotlipy@${PY_FLAVOR} # to be ported ${PYTHON_PKGNAMEPREFIX}trustme>0:security/py-trustme@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils cython .include <bsd.port.pre.mk>