1bff7de53c
Riak is a Dynamo-inspired key/value store that scales predictably and easily. Riak also simplifies development by giving developers the ability to quickly prototype, test, and deploy their applications. A truly fault-tolerant system, Riak has no single point of failure. No machines are special or central in Riak, so developers and operations professionals can decide exactly how fault-tolerant they want and need their applications to be. WWW: https://github.com/basho/riak-python-client PR: ports/153342 Submitted by: TJ Ninneman <tj@harperdog.com>
25 lines
618 B
Makefile
25 lines
618 B
Makefile
# New ports collection makefile for: py-riak
|
|
# Date created: 2010-12-10
|
|
# Whom: TJ Ninneman <tj@harperdog.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= riak
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://github.com/downloads/tee-jay/riak-python-client/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-python-client-${PORTVERSION}
|
|
|
|
MAINTAINER= tj@harperdog.com
|
|
COMMENT= Python API for Riak, a Dynamo-inspired key/value store
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>0:${PORTSDIR}/devel/py-protobuf
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
FETCH_ARGS= -pRr
|
|
|
|
.include <bsd.port.mk>
|