opnsense-ports/databases/py-unqlite/Makefile
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

19 lines
444 B
Makefile

PORTNAME= unqlite
PORTVERSION= 0.9.5
CATEGORIES= databases python
MASTER_SITES= PYPI
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
USE_PYTHON= distutils autoplist cython
post-stage:
@${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/unqlite*.so
.include <bsd.port.mk>