1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Provides an API to ensure that the PECL Mongo extension can be used

consistently across various Horde packages.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2013-10-22 16:30:35 +00:00
parent 39abe8b571
commit 985c88e613
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331295
4 changed files with 23 additions and 0 deletions

View File

@ -517,6 +517,7 @@
SUBDIR += pear-Horde_HashTable
SUBDIR += pear-Horde_Imsp
SUBDIR += pear-Horde_Memcache
SUBDIR += pear-Horde_Mongo
SUBDIR += pear-MDB
SUBDIR += pear-MDB2
SUBDIR += pear-MDB2_Driver_mysql

View File

@ -0,0 +1,16 @@
# $FreeBSD$
PORTNAME= Horde_Mongo
PORTVERSION= 1.0.2
CATEGORIES= databases www pear
PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Mongo Configuration
RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/mongo.so:${PORTSDIR}/databases/pecl-mongo
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Mongo-1.0.2.tgz) = 10beb63f60a3ce5530d7219c7ef19b609e13e2021449a92dea4afaa5cf06408b
SIZE (Horde/Horde_Mongo-1.0.2.tgz) = 11015

View File

@ -0,0 +1,4 @@
Provides an API to ensure that the PECL Mongo extension can be used
consistently across various Horde packages.
WWW: http://pear.horde.org