diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/pear-Horde_Mongo/Makefile | 16 | ||||
-rw-r--r-- | databases/pear-Horde_Mongo/distinfo | 2 | ||||
-rw-r--r-- | databases/pear-Horde_Mongo/pkg-descr | 4 |
4 files changed, 23 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 2ba8fb55a8f4..5d093d888a73 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -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 diff --git a/databases/pear-Horde_Mongo/Makefile b/databases/pear-Horde_Mongo/Makefile new file mode 100644 index 000000000000..c0c73adb57fe --- /dev/null +++ b/databases/pear-Horde_Mongo/Makefile @@ -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> diff --git a/databases/pear-Horde_Mongo/distinfo b/databases/pear-Horde_Mongo/distinfo new file mode 100644 index 000000000000..690b468857aa --- /dev/null +++ b/databases/pear-Horde_Mongo/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Mongo-1.0.2.tgz) = 10beb63f60a3ce5530d7219c7ef19b609e13e2021449a92dea4afaa5cf06408b +SIZE (Horde/Horde_Mongo-1.0.2.tgz) = 11015 diff --git a/databases/pear-Horde_Mongo/pkg-descr b/databases/pear-Horde_Mongo/pkg-descr new file mode 100644 index 000000000000..20fc26ce60b9 --- /dev/null +++ b/databases/pear-Horde_Mongo/pkg-descr @@ -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 |