mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
b971e2d058
- Change MASTER_SITES to CHEESESHOP - Add LICENSE Changes: https://github.com/basho/riak-python-client/blob/master/RELEASE_NOTES.md PR: ports/169262 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: TJ Ninneman <error.hole@gmail.com> (maintainer)
28 lines
613 B
Makefile
28 lines
613 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.4.1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tj@harperdog.com
|
|
COMMENT= Python API for Riak, a Dynamo-inspired key/value store
|
|
|
|
LICENSE= AL2
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=2.4.0:${PORTSDIR}/devel/py-protobuf
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|zip_safe=True|zip_safe=False|' ${WRKSRC}/${PYSETUP}
|
|
|
|
.include <bsd.port.mk>
|