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:
parent
39abe8b571
commit
985c88e613
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331295
@ -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
|
||||
|
16
databases/pear-Horde_Mongo/Makefile
Normal file
16
databases/pear-Horde_Mongo/Makefile
Normal 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>
|
2
databases/pear-Horde_Mongo/distinfo
Normal file
2
databases/pear-Horde_Mongo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Horde/Horde_Mongo-1.0.2.tgz) = 10beb63f60a3ce5530d7219c7ef19b609e13e2021449a92dea4afaa5cf06408b
|
||||
SIZE (Horde/Horde_Mongo-1.0.2.tgz) = 11015
|
4
databases/pear-Horde_Mongo/pkg-descr
Normal file
4
databases/pear-Horde_Mongo/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user