blob: ac76e2cfe336b257cbaf79368215a44cb122509b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= unqlite
PORTVERSION= 0.5.3
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Fast Python bindings for the UnQLite embedded NoSQL database
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist cython
.include <bsd.port.mk>
|