opnsense-ports/databases/rubygem-tarantool/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
555 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= tarantool
PORTVERSION= 0.4.3.3
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= vg@FreeBSD.org
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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>