git: a7a5494fb06c - main - textproc/py-elasticsearch6: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 11:02:25 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7a5494fb06c4adb52bddc101c4fd74b0bcc7be6 commit a7a5494fb06c4adb52bddc101c4fd74b0bcc7be6 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 11:00:32 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 11:02:07 +0000 textproc/py-elasticsearch6: Add CPE information Approved by: portmgr (blanket) --- textproc/py-elasticsearch6/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-elasticsearch6/Makefile b/textproc/py-elasticsearch6/Makefile index 76aa61492433..a0a613630236 100644 --- a/textproc/py-elasticsearch6/Makefile +++ b/textproc/py-elasticsearch6/Makefile @@ -22,7 +22,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:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= cpe python:3.7+ +CPE_VENDOR= elastic USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes