2016-05-30 18:28:20 +02:00
|
|
|
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
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2017-11-30 16:50:30 +01:00
|
|
|
USE_PYTHON= distutils autoplist cython
|
2016-05-30 18:28:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|