aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-24 00:29:44 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-24 00:29:44 +0800
commitf8790b2fbe206a81bf41c94ebba3369ce243144d (patch)
treed6e513ce653c8255e94f13c19d1241ccaed099e9 /databases
parentf88fe8ad8ac9584e1e135f5bd53523b1ade50bd6 (diff)
downloadfreebsd-ports-gnome-f8790b2fbe206a81bf41c94ebba3369ce243144d.tar.gz
freebsd-ports-gnome-f8790b2fbe206a81bf41c94ebba3369ce243144d.tar.zst
freebsd-ports-gnome-f8790b2fbe206a81bf41c94ebba3369ce243144d.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Diffstat (limited to 'databases')
-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"