[142509] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 06:03:34 PST 2015


Revision: 142509
          https://trac.macports.org/changeset/142509
Author:   ryandesign at macports.org
Date:     2015-11-13 09:12:45 -0800 (Fri, 13 Nov 2015)
Log Message:
-----------
php-mongodb: new port, version 1.0.0 (#49681)

Added Paths:
-----------
    trunk/dports/php/php-mongodb/
    trunk/dports/php/php-mongodb/Portfile

Added: trunk/dports/php/php-mongodb/Portfile
===================================================================
--- trunk/dports/php/php-mongodb/Portfile	                        (rev 0)
+++ trunk/dports/php/php-mongodb/Portfile	2015-11-13 17:12:45 UTC (rev 142509)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           php 1.1
+
+name                php-mongodb
+version             1.0.0
+categories          php databases devel
+platforms           darwin
+maintainers         ryandesign openmaintainer
+license             Apache-2
+
+php.branches        5.3 5.4 5.5 5.6
+php.pecl            yes
+
+description         MongoDB Database Driver
+
+long_description    This package provides a PHP interface for communicating \
+                    with MongoDB database servers.
+
+checksums           rmd160  4b8a71fd3987247a51fb73e8866dd42eba0c06ac \
+                    sha256  a1f0ac6835190ce119b3b0646b6918713132e6942003f38dd7a6579e8f255aff
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:cyrus-sasl2 \
+                            port:openssl
+
+    configure.args-append   --enable-mongodb \
+                            --with-mongodb-sasl=${prefix} \
+                            --with-openssl-dir=${prefix}
+}


Property changes on: trunk/dports/php/php-mongodb/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/d000a7f9/attachment.html>


More information about the macports-changes mailing list