blob: 8db7143599d3bd04b9fc2e516b0521aef6e086e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= unqlite
PORTVERSION= 0.9.3
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Fast Python bindings for the UnQLite embedded NoSQL database
WWW= https://github.com/coleifer/unqlite-python
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist cython
post-stage:
@${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/unqlite*.so
.include <bsd.port.mk>
|