freebsd-ports/databases/pecl-leveldb/Makefile
2021-05-05 03:14:55 +08:00

16 lines
282 B
Makefile

# Created by: johnpupu <johnpupu@gmail.com>
PORTNAME= leveldb
PORTVERSION= 0.3.0
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP bindings for Google LevelDB
LICENSE= PHP301
LIB_DEPENDS= libleveldb.so:databases/leveldb
USES= php:pecl
.include <bsd.port.mk>