blob: df748816192212204c40ccde23c74f5dbbfa38f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= leveldb
PORTVERSION= 0.3.0
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP bindings for Google LevelDB
WWW= https://pecl.php.net/package/leveldb \
https://github.com/reeze/php-leveldb
LICENSE= PHP301
LIB_DEPENDS= libleveldb.so:databases/leveldb
USES= php:pecl
.include <bsd.port.mk>
|