19 lines
363 B
Makefile
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>
|