9a57a1db36
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14509
19 lines
368 B
Makefile
19 lines
368 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gambit
|
|
DISTVERSION= 0.1.6
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= -elasticsearch
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Micro library for performing multi queries in elasticsearch
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|