mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
20 lines
348 B
Makefile
20 lines
348 B
Makefile
# Created by: johnpupu <johnpupu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= leveldb
|
|
PORTVERSION= 0.1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= johnpupu@gmail.com
|
|
COMMENT= This extension is a PHP binding for Google LevelDB
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libleveldb.so:databases/leveldb
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 70
|
|
|
|
.include <bsd.port.mk>
|