cf118ccf87
Reported by: lwhsu
15 lines
325 B
Makefile
15 lines
325 B
Makefile
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>
|