opnsense-ports/databases/py-unqlite/Makefile
Franco Fichtner 0d9b23e597 */*: sync with upstream
Taken from: HardenedBSD
2017-11-30 18:31:08 +01:00

17 lines
333 B
Makefile

# $FreeBSD$
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
USE_PYTHON= distutils autoplist cython
.include <bsd.port.mk>