597afc47ba
With hat: portmgr Sponsored by: Absolight
22 lines
475 B
Makefile
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>
|