freebsd-ports/textproc/py-pyelasticsearch/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

25 lines
724 B
Makefile

# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyelasticsearch
PORTVERSION= 1.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Flexible, high-scale API to elasticsearch
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi \
${PYTHON_PKGNAMEPREFIX}elasticsearch-py>=1.3.0:textproc/py-elasticsearch-py \
${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.8:net/py-urllib3
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>