forked from Lainports/freebsd-ports
WWW: https://github.com/mailru/tarantool-ruby PR: ports/178624 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
22 lines
590 B
Makefile
22 lines
590 B
Makefile
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tarantool
|
|
PORTVERSION= 0.4.3.3
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= Tarantool KV-storage client
|
|
|
|
RUN_DEPENDS= rubygem-bin_utils=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils \
|
|
rubygem-iproto>=0.3:${PORTSDIR}/net/rubygem-iproto \
|
|
rubygem-murmurhash3>=0.1.1:${PORTSDIR}/devel/rubygem-murmurhash3 \
|
|
rubygem-sumbur>=0.0.2:${PORTSDIR}/devel/rubygem-sumbur
|
|
|
|
RUBY_VER= 1.9
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|