Add PDO pgsql driver.

This commit is contained in:
Alex Dupre 2007-02-09 08:43:34 +00:00
parent 86d5f419cc
commit fe22f6b78b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184693
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

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