diff options
author | ale <ale@FreeBSD.org> | 2007-02-09 08:37:50 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-02-09 08:37:50 +0000 |
commit | 2a5c2d0549e5b980c158aad375a7188c4c5a8313 (patch) | |
tree | e5cb1f6815589018f738494f7dd6a25c8f36bc69 /databases | |
parent | 437ff505a6ccd4c0c963a51b2d1539323f8e236f (diff) | |
download | FreeBSD-ports-2a5c2d0549e5b980c158aad375a7188c4c5a8313.zip FreeBSD-ports-2a5c2d0549e5b980c158aad375a7188c4c5a8313.tar.gz |
Add PDO dblib driver.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php5-pdo_dblib/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index ceb6d54..e5908e8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -368,6 +368,7 @@ SUBDIR += php5-oci8 SUBDIR += php5-odbc SUBDIR += php5-pdo + SUBDIR += php5-pdo_dblib SUBDIR += php5-pdo_sqlite SUBDIR += php5-pgsql SUBDIR += php5-propel diff --git a/databases/php5-pdo_dblib/Makefile b/databases/php5-pdo_dblib/Makefile new file mode 100644 index 0000000..7a0dda9 --- /dev/null +++ b/databases/php5-pdo_dblib/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-pdo_dblib +# Date created: 7 Feb 2007 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -pdo_dblib + +.include "${MASTERDIR}/Makefile" |