Add php5-sqlite3 port, the SQLite3 extension for PHP.

This commit is contained in:
Alex Dupre 2011-04-15 14:54:29 +00:00
parent f7cf5a4058
commit 14bbb099d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272756
2 changed files with 15 additions and 0 deletions

View file

@ -570,6 +570,7 @@
SUBDIR += php5-redis
SUBDIR += php5-rrdtool
SUBDIR += php5-sqlite
SUBDIR += php5-sqlite3
SUBDIR += php5-sybase_ct
SUBDIR += php52-dba
SUBDIR += php52-dbase

View file

@ -0,0 +1,14 @@
# New ports collection makefile for: php5-sqlite3
# Date created: 15 Apr 2011
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -sqlite3
.include "${MASTERDIR}/Makefile"