diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 13:00:23 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 13:02:07 +0200 |
commit | e643de34c298bd16d26326b50d5d7182bd8a50d9 (patch) | |
tree | 477fc91f0232b6e34b790eb6292fda8f6d2195f6 /textproc/py-elasticsearch5 | |
parent | textproc/py-elasticsearch: Add CPE information (diff) |
textproc/py-elasticsearch5: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc/py-elasticsearch5')
-rw-r--r-- | textproc/py-elasticsearch5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-elasticsearch5/Makefile b/textproc/py-elasticsearch5/Makefile index 879e3fad7369..8874e4176a79 100644 --- a/textproc/py-elasticsearch5/Makefile +++ b/textproc/py-elasticsearch5/Makefile @@ -20,7 +20,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}pyaml>0:textproc/py-pyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= elastic USE_GITHUB= yes # tests not packaged with sdist USE_PYTHON= distutils autoplist |