aboutsummaryrefslogtreecommitdiff
path: root/databases/py-unqlite/Makefile
blob: 5fc98c60d94c6ea4a940dab5da276fa6b2c272e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	unqlite
PORTVERSION=	0.9.6
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

USES=		python
USE_PYTHON=	distutils autoplist cython

post-stage:
	@${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/unqlite*.so

.include <bsd.port.mk>