forked from Lainports/freebsd-ports
Add PDO firebird driver.
This commit is contained in:
parent
32aba92709
commit
6395d93f15
2 changed files with 15 additions and 0 deletions
|
|
@ -369,6 +369,7 @@
|
|||
SUBDIR += php5-odbc
|
||||
SUBDIR += php5-pdo
|
||||
SUBDIR += php5-pdo_dblib
|
||||
SUBDIR += php5-pdo_firebird
|
||||
SUBDIR += php5-pdo_sqlite
|
||||
SUBDIR += php5-pgsql
|
||||
SUBDIR += php5-propel
|
||||
|
|
|
|||
14
databases/php5-pdo_firebird/Makefile
Normal file
14
databases/php5-pdo_firebird/Makefile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php5-pdo_firebird
|
||||
# Date created: 7 Feb 2007
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -pdo_firebird
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
Loading…
Add table
Reference in a new issue