Add rocksdb-lite 5.2.1
PR: 218409 Submitted by: lx
This commit is contained in:
parent
b8bd1babad
commit
e42913be9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438797
@ -846,6 +846,7 @@
|
||||
SUBDIR += riak
|
||||
SUBDIR += riak2
|
||||
SUBDIR += rocksdb
|
||||
SUBDIR += rocksdb-lite
|
||||
SUBDIR += rrdman
|
||||
SUBDIR += rrdmerge
|
||||
SUBDIR += rrdtool
|
||||
|
10
databases/rocksdb-lite/Makefile
Normal file
10
databases/rocksdb-lite/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user