[58581] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Thu Oct 1 03:45:38 PDT 2009


Revision: 58581
          http://trac.macports.org/changeset/58581
Author:   ryandesign at macports.org
Date:     2009-10-01 03:45:37 -0700 (Thu, 01 Oct 2009)
Log Message:
-----------
php5-odbc: new port, version 5.3.0; see #19091

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

Added: trunk/dports/php/php5-odbc/Portfile
===================================================================
--- trunk/dports/php/php5-odbc/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-odbc/Portfile	2009-10-01 10:45:37 UTC (rev 58581)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem                      1.0
+PortGroup                       php5extension 1.0
+
+php5extension.setup             odbc 5.3.0 bundled
+php5extension.use_phpize        no
+categories-append               databases
+platforms                       darwin
+maintainers                     ryandesign
+
+description                     a PHP interface for accessing databases via \
+                                Open DataBase Connectivity (ODBC)
+
+long_description                ${description}
+
+checksums                       md5     846760cd655c98dfd86d6d97c3d964b0 \
+                                sha1    934700941d216c453376e3bf24347041cf12c6dc \
+                                rmd160  9a71b74052b0ca515f2ddf95c051b47a73d33f44
+
+depends_lib-append              port:unixodbc
+
+configure.args-append           --enable-pdo \
+                                --with-unixODBC=shared,${prefix} \
+                                --with-pdo-odbc=shared,unixODBC,${prefix}
+
+use_parallel_build              yes


Property changes on: trunk/dports/php/php5-odbc/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/20091001/019defd8/attachment.html>


More information about the macports-changes mailing list