diff options
Diffstat (limited to 'textproc/py-elasticsearch-py/Makefile')
-rw-r--r-- | textproc/py-elasticsearch-py/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-elasticsearch-py/Makefile b/textproc/py-elasticsearch-py/Makefile index 2b1ddd8e0908..e7fa7b65ced3 100644 --- a/textproc/py-elasticsearch-py/Makefile +++ b/textproc/py-elasticsearch-py/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch-py -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.2:net/py-urllib3 +NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= elasticsearch USES= python |