Update databases/p5-SQLite-Work to version 0.16
[dports.git] / databases / py-cql / Makefile
1 # Created by: Radim Kolar <hsn@sendmail.cz>
2 # $FreeBSD$
3
4 PORTNAME=       cql
5 PORTVERSION=    1.4.0
6 CATEGORIES=     databases python
7 MASTER_SITES=   http://cassandra-dbapi2.apache-extras.org.codespot.com/files/
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 #DISTNAME=      cql-${PORTVERSION}
10
11 MAINTAINER=     hsn@sendmail.cz
12 COMMENT=        Python DB-API 2.0 client interface for Cassandra
13
14 LICENSE=        APACHE20
15
16 RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/thrift/Thrift.py:${PORTSDIR}/devel/py-thrift
17
18 USES=           python
19 USE_PYTHON=     distutils
20 PYDISTUTILS_PKGNAME=    cql
21
22 .include <bsd.port.mk>