aboutsummaryrefslogtreecommitdiff
path: root/databases
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 /databases
parent63c1f44780126d026a1c213855ff21b27af35c60 (diff)
downloadports-896666407312ebcbe027c5a084b0708dc85e44fb.tar.gz
ports-896666407312ebcbe027c5a084b0708dc85e44fb.zip
Notes
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"