[61419] trunk/dports/php

nox at macports.org nox at macports.org
Thu Dec 10 17:36:10 PST 2009


Revision: 61419
          http://trac.macports.org/changeset/61419
Author:   nox at macports.org
Date:     2009-12-10 17:36:08 -0800 (Thu, 10 Dec 2009)
Log Message:
-----------
Create new port php5-mongo

php5-mongo provides an interface for communicating with the Mongo
in PHP.

Added Paths:
-----------
    trunk/dports/php/php5-mongo/
    trunk/dports/php/php5-mongo/Portfile

Added: trunk/dports/php/php5-mongo/Portfile
===================================================================
--- trunk/dports/php/php5-mongo/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-mongo/Portfile	2009-12-11 01:36:08 UTC (rev 61419)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup mongo 1.0.1 pecl
+
+categories      php devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     Mongo Database Driver
+
+long_description \
+    This package provides an interface for communicating with the Mongo \
+    database in PHP.
+
+checksums           md5     f12bcaa2a4dc49de7d4e7cd3eb173b32 \
+                    sha1    ea449f3b2ffca137490666a9fd265d271b9ddd9b \
+                    rmd160  1e0c55f1d3f95475c64739ca253e202260d3834f
+
+depends_lib-append  port:mongodb
+
+use_parallel_build  yes


Property changes on: trunk/dports/php/php5-mongo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091210/0308474b/attachment.html>


More information about the macports-changes mailing list