[43085] trunk/dports/databases

nox at macports.org nox at macports.org
Thu Dec 4 06:00:45 PST 2008


Revision: 43085
          http://trac.macports.org/changeset/43085
Author:   nox at macports.org
Date:     2008-12-04 06:00:43 -0800 (Thu, 04 Dec 2008)
Log Message:
-----------
Add php5-sqlite3 port.

Added Paths:
-----------
    trunk/dports/databases/php5-sqlite3/
    trunk/dports/databases/php5-sqlite3/Portfile

Added: trunk/dports/databases/php5-sqlite3/Portfile
===================================================================
--- trunk/dports/databases/php5-sqlite3/Portfile	                        (rev 0)
+++ trunk/dports/databases/php5-sqlite3/Portfile	2008-12-04 14:00:43 UTC (rev 43085)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            php5-sqlite3
+set my_name     sqlite3
+version         0.6
+categories      databases php
+platforms       darwin
+maintainers     nox openmaintainer
+description     SQLite 3 bindings for PHP 5
+
+long_description \
+    SQLite3 is a PHP extension for use with the SQLite 3 database system.
+
+homepage        http://pecl.php.net/package/sqlite3
+master_sites    http://pecl.php.net/get/
+distname        ${my_name}-${version}
+extract.suffix  .tgz
+
+checksums       md5     700652f4a687fea38ef68a4bb3968c34 \
+                sha1    51d65da3e829e06ffb67ba2d185ad2e0007155a5 \
+                rmd160  e27b0d2b3b0e27b87599fbb9b6fc72780a83792d
+
+depends_lib     port:php5
+
+pre-configure {
+    system "cd ${worksrcpath} && phpize"
+}
+
+use_parallel_build  yes
+
+destroot.destdir    INSTALL_ROOT=${destroot}


Property changes on: trunk/dports/databases/php5-sqlite3/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/20081204/75658492/attachment.html>


More information about the macports-changes mailing list