1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/databases/pecl-leveldb/Makefile
Vanilla I. Shu 28775aff66 Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared library version.
PR:		ports/190409
Submitted by:	ports at robakdesign.com
Approved by:	portmgr@ (for NO_STAGE)
2014-06-03 14:34:06 +00:00

26 lines
485 B
Makefile

# Created by: johnpupu <johnpupu@gmail.com>
# $FreeBSD$
PORTNAME= leveldb
PORTVERSION= 0.1.4
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= This extension is a PHP binding for Google LevelDB
LICENSE= PHP301
LIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
USE_PHPIZE= yes
.include <bsd.port.mk>