freebsd-ports/textproc/py-elasticsearch-py/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

20 lines
468 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= elasticsearch-py
PORTVERSION= 1.3.0
CATEGORIES= textproc python
MASTER_SITES= #
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= zi@FreeBSD.org
COMMENT= Official Python low-level client for Elasticsearch
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.2:${PORTSDIR}/net/py-urllib3
USE_GITHUB= yes
GH_ACCOUNT= elasticsearch
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>