mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
637504c00e
Mongo database in PHP. WWW: http://pecl.php.net/package/mongo
26 lines
504 B
Makefile
26 lines
504 B
Makefile
# Ports collection makefile for: pear-mongo
|
|
# Date created: 23 Nov, 2009
|
|
# Whom: wen
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mongo
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= databases pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= PECL classes for Mongo Database Driver
|
|
|
|
BUILD_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/spl.so:${PORTSDIR}/devel/php5-spl
|
|
|
|
USE_PHP= yes
|
|
USE_PHP_BUILD= spl
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
|
|
.include <bsd.port.mk>
|