ports/databases/php-sqlite3/Makefile
Alejandro Pulver 0a95ed3134 php-sqlite3 is a PHP extension that lets you access SQLite3 databases
within your scripts.  PHP4 and PHP5 have already built-in support for this
RDBM, but this is limited to the 2.x releases.  This extension adds support
for SQLite 3.x release.

Please note that this project is still alpha-quality. Please test and report
if it works for you and if you have ideas on how it can be enhanced.

Current (or planned) features include:

    * In-memory databases support
    * UTF-16 encoding
    * User-level SQL functions
    * PEAR::DB driver class

WWW: http://php-sqlite3.sourceforge.net/

PR:		ports/103681
Submitted by:	Simon Cornelius P. Umacob <simoncpu at infoweapons.com>
2006-10-06 02:48:31 +00:00

28 lines
647 B
Makefile

# New ports collection makefile for: php-sqlite3
# Date created: 26 Sep 2006
# Whom: Simon Cornelius P. Umacob <simoncpu@infoweapons.com>
#
# $FreeBSD$
#
PORTNAME= sqlite3
PORTVERSION= 0.4
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= php-sqlite3
PKGNAMEPREFIX= php-
EXTRACT_SUFX= .tgz
#DISTFILES= sqlite3-0.4.tgz
MAINTAINER= simoncpu@infoweapons.com
COMMENT= A port for the PHP sqlite3 extension
BUILD_DEPENDS= sqlite>=3.0:${PORTSDIR}/databases/sqlite3
CONFIGURE_ARGS= --with-sqlite3=${LOCALBASE}
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
USE_PHP_BUILD= yes
.include <bsd.port.mk>