Last active
August 29, 2015 14:16
-
-
Save nbari/3fc1fefde17ab0a11364 to your computer and use it in GitHub Desktop.
riak 2.0.5 FreeBSD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $FreeBSD: head/databases/riak/Makefile 371981 2014-11-01 00:09:15Z bapt $ | |
PORTNAME= riak | |
PORTVERSION= 2.0.5 | |
CATEGORIES= databases | |
MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ | |
http://downloads.basho.com.s3.amazonaws.com/riak/${PORTVERSION:R}/${PORTVERSION}/ | |
MAINTAINER= [email protected] | |
COMMENT= Riak is an open source, distributed, noSQL database | |
LICENSE= APACHE20 | |
BUILD_DEPENDS= ${LOCALBASE}/lib/erlang16/bin/erlc:${PORTSDIR}/lang/erlang-runtime16 | |
USES= gmake readline | |
USE_GCC= 4.6+ | |
USE_RC_SUBR= riak | |
USERS= riak | |
GROUPS= riak | |
ALL_TARGET= rel | |
MAKE_ENV= PATH=${LOCALBASE}/lib/erlang16/bin:${PATH} | |
MAKE_JOBS_UNSAFE=yes | |
.include <bsd.port.mk> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment