# $Id$ PortSystem 1.0 PortGroup php5extension 1.0 php5extension.setup {sqlite sqlite3 pdo_sqlite} 5.3.1 bundled revision 2 categories-append databases platforms darwin maintainers ryandesign description a PHP interface to SQLite, including the \ sqlite and pdo_sqlite extensions long_description ${description} checksums md5 63e97ad450f0f7259e785100b634c797 \ sha1 be08ca9337a4962cd4acf8709cd695e1e31c1149 \ rmd160 01183a9f752ce5982a7b91dcd43721fd1b9cd88b # Note that the sqlite extension uses the built-in sqlite2 libraries while the # sqlite3 and pdo_sqlite extensions use the libraries from the sqlite3 port. depends_lib-append port:sqlite3 post-extract { move ${worksrcpath}/ext/sqlite3/config0.m4 ${worksrcpath}/ext/sqlite3/config.m4 } configure.args-append --with-sqlite3=${prefix} \ --with-pdo-sqlite=${prefix} \ --enable-sqlite-utf8 use_parallel_build yes