Add the sqlite extension for php5;
requested by jcs@
This commit is contained in:
parent
a95157063c
commit
771bf63fac
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2004/10/13 01:47:32 danh Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2004/10/18 15:58:53 robert Exp $
|
||||
|
||||
FULLPKGNAME= php5-extensions-${V}
|
||||
COMMENT= "informational package about PHP5 extensions"
|
||||
@ -234,6 +234,17 @@ CONFIGURE_ARGS+= --with-snmp=shared,${LOCALBASE} --enable-ucd-snmp-hack
|
||||
SNMP_DEPENDS= netsnmp.6.2::net/net-snmp
|
||||
.endif
|
||||
|
||||
# sqlite
|
||||
PSEUDO_FLAVORS+= no_sqlite
|
||||
.if ${FLAVOR:L:Mno_sqlite}
|
||||
CONFIGURE_ARGS+= --without-sqlite
|
||||
.else
|
||||
MULTI_PACKAGES+= -sqlite
|
||||
COMMENT-sqlite= "sqlite database access extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-sqlite=shared,${LOCALBASE} --enable-sqlite-utf8
|
||||
SQLITE_DEPENDS= sqlite.8::databases/sqlite
|
||||
.endif
|
||||
|
||||
# sybase-ct
|
||||
PSEUDO_FLAVORS+= no_sybase_ct
|
||||
.if ${FLAVOR:L:Mno_sybase_ct}
|
||||
|
5
www/php5/extensions/pkg/DESCR-sqlite
Normal file
5
www/php5/extensions/pkg/DESCR-sqlite
Normal file
@ -0,0 +1,5 @@
|
||||
These functions allow you to access SQLite databass.
|
||||
More information about SQLite can be found at http://www.sqlite.org/.
|
||||
|
||||
Documentation for SQLite can be found at
|
||||
http://www.sqlite.org/docs.html.
|
2
www/php5/extensions/pkg/PLIST-sqlite
Normal file
2
www/php5/extensions/pkg/PLIST-sqlite
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST-sqlite,v 1.1 2004/10/18 15:58:53 robert Exp $
|
||||
lib/php/modules/sqlite.so
|
Loading…
Reference in New Issue
Block a user