diff options
Diffstat (limited to 'databases/py-cassandra-driver/Makefile')
-rw-r--r-- | databases/py-cassandra-driver/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/py-cassandra-driver/Makefile b/databases/py-cassandra-driver/Makefile new file mode 100644 index 00000000000..7ef2e835e03 --- /dev/null +++ b/databases/py-cassandra-driver/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2015/01/16 17:12:23 fhajny Exp $ + +DISTNAME= python-driver-2.1.3 +PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/} +CATEGORIES= databases +MASTER_SITES= -https://github.com/datastax/python-driver/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX} + +MAINTAINER= filip@joyent.com +HOMEPAGE= https://github.com/datastax/python-driver/ +COMMENT= DataStax Python Driver for Apache Cassandra +LICENSE= apache-2.0 + +EGG_NAME= cassandra_driver-${PKGVERSION_NOREV} + +.include "../../devel/libev/buildlink3.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" |