Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -0,0 +1 @@
Interface for communicating with the Mongo database in PHP.

View File

@@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.2 2015/06/13 14:29:54 fhajny Exp $
MODNAME= mongo
PECL_VERSION= 1.6.9
CATEGORIES+= databases
MAINTAINER= bartosz.kuzma@gmail.com
HOMEPAGE= http://pecl.php.net/package/mongo
COMMENT= MongoDB database driver
LICENSE= apache-2.0
.include "options.mk"
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/06/13 13:48:37 fhajny Exp $
SHA1 (php-mongo/mongo-1.6.9.tgz) = 2524623d147c0821ea852ca1c84204d2afb32a87
RMD160 (php-mongo/mongo-1.6.9.tgz) = c14132882e166a1fc95107ccc879684f78b3907f
Size (php-mongo/mongo-1.6.9.tgz) = 208955 bytes

View File

@@ -0,0 +1,14 @@
# $NetBSD: options.mk,v 1.1 2015/06/13 13:48:37 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.php-mongo
PKG_SUPPORTED_OPTIONS= sasl
PKG_SUGGESTED_OPTIONS= sasl
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Msasl)
CONFIGURE_ARGS+= --with-mongo-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
.include "../../security/cyrus-sasl/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-mongo-sasl
.endif