mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
e0ac1afbf4
- Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
27 lines
611 B
Makefile
27 lines
611 B
Makefile
# New ports collection makefile for: py-cql
|
|
# Date created: 2011-12-14
|
|
# Whom: Radim Kolar <hsn@fbsd8.localdomain>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cql
|
|
PORTVERSION= 1.0.6
|
|
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
|
|
|
|
.include <bsd.port.mk>
|