summaryrefslogtreecommitdiff
path: root/databases/py-unqlite/Makefile
blob: a5e9472fd787a5d237cd30c1585c1f5d4ab470fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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:3.6+
USE_PYTHON=	distutils autoplist cython

.include <bsd.port.mk>