diff --git a/databases/py-unqlite/Makefile b/databases/py-unqlite/Makefile index a5a9dc5c24ef..244987b7adf0 100644 --- a/databases/py-unqlite/Makefile +++ b/databases/py-unqlite/Makefile @@ -1,22 +1,23 @@ PORTNAME= unqlite DISTVERSION= 0.9.9 +PORTREVISION= 1 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 +USE_PYTHON= autoplist cython3 pep517 post-stage: @${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/unqlite*.so .include