freebsd-ports/textproc/py-elasticsearch-dsl-py/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

22 lines
475 B
Makefile

# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= elasticsearch-dsl-py
PORTVERSION= 0.0.8
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= High level Python client for Elasticsearch
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch-py>=1.3.0:textproc/py-elasticsearch-py
USE_GITHUB= yes
GH_ACCOUNT= elastic
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>