From 844b2c4aa7859edccbba00b1e0877323c89f858b Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 9 Feb 2007 08:43:34 +0000 Subject: Add PDO pgsql driver. --- databases/Makefile | 1 + databases/php5-pdo_pgsql/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 databases/php5-pdo_pgsql/Makefile (limited to 'databases') diff --git a/databases/Makefile b/databases/Makefile index e42595f5dcef..86120d028286 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -373,6 +373,7 @@ SUBDIR += php5-pdo_mysql SUBDIR += php5-pdo_oci SUBDIR += php5-pdo_odbc + SUBDIR += php5-pdo_pgsql SUBDIR += php5-pdo_sqlite SUBDIR += php5-pgsql SUBDIR += php5-propel diff --git a/databases/php5-pdo_pgsql/Makefile b/databases/php5-pdo_pgsql/Makefile new file mode 100644 index 000000000000..f8afb5c012b2 --- /dev/null +++ b/databases/php5-pdo_pgsql/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-pdo_pgsql +# Date created: 7 Feb 2007 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -pdo_pgsql + +.include "${MASTERDIR}/Makefile" -- cgit