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