forked from Lainports/opnsense-ports
18 lines
388 B
Makefile
18 lines
388 B
Makefile
PORTNAME= gambit
|
|
DISTVERSION= 0.1.6
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= -elasticsearch
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Micro library for performing multi queries in elasticsearch
|
|
WWW= https://pypi.org/project/gambit/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|