mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
2249c20332
Sponsored by: Absolight
11 lines
243 B
Makefile
11 lines
243 B
Makefile
# 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"
|