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:
parent
9857a6b570
commit
434581c023
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412779
@ -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
|
||||
|
20
databases/pecl-mongodb/Makefile
Normal file
20
databases/pecl-mongodb/Makefile
Normal 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>
|
2
databases/pecl-mongodb/distinfo
Normal file
2
databases/pecl-mongodb/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PECL/mongodb-1.1.6.tgz) = cd4bb7402911431098ef6c12562dca53a89808ed1ba9798131002be1c61c6b59
|
||||
SIZE (PECL/mongodb-1.1.6.tgz) = 653403
|
3
databases/pecl-mongodb/pkg-descr
Normal file
3
databases/pecl-mongodb/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
pecl-mongodb provides an interface for communicating with MongoDB in PHP.
|
||||
|
||||
WWW: https://docs.mongodb.org/ecosystem/drivers/php/
|
Loading…
Reference in New Issue
Block a user