freebsd-ports/textproc/py-elasticsearch/Makefile
Sunpoet Po-Chuan Hsieh f9cb2d25a5 Update to 6.0.0
- Update pkg-descr
- Update WWW

Changes:	https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst
2017-12-22 23:04:17 +00:00

21 lines
479 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= elasticsearch
PORTVERSION= 6.0.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Official Python low-level client for Elasticsearch
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${FLAVOR}
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>