mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
508 B
Makefile
23 lines
508 B
Makefile
# Created by: TJ Ninneman <tj@harperdog.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= riak
|
|
DISTVERSION= 2.1.0rc1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Python client for Riak
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}riak_pb>=2.0.0:devel/py-riak_pb \
|
|
${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl
|
|
|
|
USES= python:-2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|