1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

New port: databases/pecl-mongodb

pecl-mongodb provides an interface for communicating with MongoDB in PHP.

WWW: https://docs.mongodb.org/ecosystem/drivers/php/

PR:		207682
This commit is contained in:
Kurt Jaeger 2016-04-08 18:09:51 +00:00
parent 9857a6b570
commit 434581c023
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412779
4 changed files with 26 additions and 0 deletions

View File

@ -537,6 +537,7 @@
SUBDIR += pecl-memcache
SUBDIR += pecl-memcached
SUBDIR += pecl-mongo
SUBDIR += pecl-mongodb
SUBDIR += pecl-mysqlnd_ms
SUBDIR += pecl-mysqlnd_qc
SUBDIR += pecl-pdo_user

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= mongodb
PORTVERSION= 1.1.6
CATEGORIES= databases pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= pi@FreeBSD.org
COMMENT= PECL classes for MongoDB
LICENSE= APACHE20
USES= tar:tgz
USE_PHP= spl
USE_PHP_BUILD= yes
USE_PHPEXT= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (PECL/mongodb-1.1.6.tgz) = cd4bb7402911431098ef6c12562dca53a89808ed1ba9798131002be1c61c6b59
SIZE (PECL/mongodb-1.1.6.tgz) = 653403

View File

@ -0,0 +1,3 @@
pecl-mongodb provides an interface for communicating with MongoDB in PHP.
WWW: https://docs.mongodb.org/ecosystem/drivers/php/