23 lines
589 B
Makefile
23 lines
589 B
Makefile
PORTNAME= unqlite
|
|
DISTVERSION= 0.9.7
|
|
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
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist cython pep517
|
|
|
|
post-stage:
|
|
@${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/unqlite*.so
|
|
|
|
.include <bsd.port.mk>
|