5d249a7698
Python connector for ElasticSearch - the pythonic way to use ElasticSearch Approved by: wg (mentor)
17 lines
371 B
Makefile
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>
|