freebsd-ports/databases/py-cql/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

22 lines
541 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= APACHE20
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/thrift/Thrift.py:devel/py-thrift@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= cql
.include <bsd.port.mk>