diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 13:00:32 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 13:02:07 +0200 |
commit | a7a5494fb06c4adb52bddc101c4fd74b0bcc7be6 (patch) | |
tree | b83ee46b7508eab0b1c7a8ba5550011cf40aceb8 /textproc/py-elasticsearch6 | |
parent | textproc/py-elasticsearch5: Add CPE information (diff) |
textproc/py-elasticsearch6: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc/py-elasticsearch6')
-rw-r--r-- | textproc/py-elasticsearch6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |