1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add PDO sqlite driver.

This commit is contained in:
Alex Dupre 2007-02-09 08:36:39 +00:00
parent 31328a5039
commit 3a7457a22a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184678
2 changed files with 15 additions and 0 deletions

View File

@ -368,6 +368,7 @@
SUBDIR += php5-oci8
SUBDIR += php5-odbc
SUBDIR += php5-pdo
SUBDIR += php5-pdo_sqlite
SUBDIR += php5-pgsql
SUBDIR += php5-propel
SUBDIR += php5-sqlite

View File

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