freebsd-ports/textproc/py-pyes/Makefile
Dan Langille 5d249a7698 New port: textproc/py-pyes
Python connector for ElasticSearch - the pythonic way to use ElasticSearch

Approved by: wg (mentor)
2015-01-08 21:47:27 +00:00

17 lines
371 B
Makefile

# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyes
PORTVERSION= 0.99.5
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Python connector for ElasticSearch - the pythonic way to use ElasticSearch
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>