diff options
author | ale <ale@FreeBSD.org> | 2007-02-09 08:39:16 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-02-09 08:39:16 +0000 |
commit | 2cd1a4ebc1ff89491873b72a35b187f0ccf36f09 (patch) | |
tree | aeff20acb466a0211181689ee874953bf7000190 /databases | |
parent | 5a662e86c74a83ad871cce3d1ce1ad67b239e61c (diff) | |
download | FreeBSD-ports-2cd1a4ebc1ff89491873b72a35b187f0ccf36f09.zip FreeBSD-ports-2cd1a4ebc1ff89491873b72a35b187f0ccf36f09.tar.gz |
Add PDO firebird driver.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php5-pdo_firebird/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index e5908e8..a739d3d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -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 diff --git a/databases/php5-pdo_firebird/Makefile b/databases/php5-pdo_firebird/Makefile new file mode 100644 index 0000000..0c9960f --- /dev/null +++ b/databases/php5-pdo_firebird/Makefile @@ -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" |