git: 878bb859fe1d - main - textproc/py-elasticsearch: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 11:02:23 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=878bb859fe1d7469581f124171196353048cc276 commit 878bb859fe1d7469581f124171196353048cc276 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 10:59:59 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 11:02:07 +0000 textproc/py-elasticsearch: Add CPE information Approved by: portmgr (blanket) --- textproc/py-elasticsearch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile index 8cd940c34a42..d26848c039d1 100644 --- a/textproc/py-elasticsearch/Makefile +++ b/textproc/py-elasticsearch/Makefile @@ -21,7 +21,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3.0.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= elastic USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes