opnsense-ports/databases/py-unqlite/Makefile
Franco Fichtner 63ba6540f4 */*: sync with upstream
Taken from: FreeBSD
2016-05-31 07:28:56 +02:00

19 lines
363 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
BUILD_DEPENDS= cython>0:lang/cython
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>