summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 16:29:44 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 16:29:44 +0000
commit896666407312ebcbe027c5a084b0708dc85e44fb (patch)
tree7665379c62bb76b1a7b7962be41e1f8f7c08f684
parent- PHP 5.2 slave port (diff)
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Notes
Notes: svn path=/head/; revision=253113
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php52-pdo_odbc/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 2b20c1fff11e..6ed776784444 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -530,6 +530,7 @@
SUBDIR += php52-pdo_mysql
SUBDIR += php52-pdo_oci
SUBDIR += php52-pdo_odbc
+ SUBDIR += php52-pdo_pgsql
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phpmyadmin211
diff --git a/databases/php52-pdo_odbc/Makefile b/databases/php52-pdo_odbc/Makefile
new file mode 100644
index 000000000000..bdbdc490ab4c
--- /dev/null
+++ b/databases/php52-pdo_odbc/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-pdo_odbc
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -pdo_odbc
+
+.include "${MASTERDIR}/Makefile"