aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-pyelasticsearch/Makefile
blob: 1e8ce7cf876b9fd7810e7f4b3ec8b241aa07086b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$

PORTNAME=   pyelasticsearch
PORTVERSION=    0.7.1
CATEGORIES= textproc python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= antoine@FreeBSD.org
COMMENT=    Flexible, high-scale API to elasticsearch

LICENSE=    BSD3CLAUSE

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:${PORTSDIR}/devel/py-simplejson \
        ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
        ${PYTHON_PKGNAMEPREFIX}requests>=1.0:${PORTSDIR}/www/py-requests

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>