Add rocksdb-lite 5.2.1

PR:		218409
Submitted by:	lx
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-04-18 19:38:18 +00:00
parent b8bd1babad
commit e42913be9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438797
2 changed files with 11 additions and 0 deletions

View File

@ -846,6 +846,7 @@
SUBDIR += riak
SUBDIR += riak2
SUBDIR += rocksdb
SUBDIR += rocksdb-lite
SUBDIR += rrdman
SUBDIR += rrdmerge
SUBDIR += rrdtool

View File

@ -0,0 +1,10 @@
# Created by: David Thiel <lx@FreeBSD.org>
# $FreeBSD$
MAINTAINER= lx@freebsd.org
COMMENT= Persistent key-value store for fast storage environments (lite version)
LITE= yes
MASTERDIR= ${.CURDIR}/../rocksdb
.include "${MASTERDIR}/Makefile"