mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
24 lines
547 B
Makefile
24 lines
547 B
Makefile
# Created by: Radim Kolar <hsn@sendmail.cz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cql
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://cassandra-dbapi2.apache-extras.org.codespot.com/files/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
#DISTNAME= cql-${PORTVERSION}
|
|
|
|
MAINTAINER= hsn@sendmail.cz
|
|
COMMENT= Python DB-API 2.0 client interface for Cassandra
|
|
|
|
LICENSE= AL2
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/thrift/Thrift.py:${PORTSDIR}/devel/py-thrift
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= cql
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|