aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-24 00:30:34 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-24 00:30:34 +0800
commit54c185e6a09e86b9d3284471ed83cee4d8c20ee3 (patch)
tree653f047ea9455c7a68457f9bbe2d3761a586bc89 /databases
parentf8790b2fbe206a81bf41c94ebba3369ce243144d (diff)
downloadfreebsd-ports-graphics-54c185e6a09e86b9d3284471ed83cee4d8c20ee3.tar.gz
freebsd-ports-graphics-54c185e6a09e86b9d3284471ed83cee4d8c20ee3.tar.zst
freebsd-ports-graphics-54c185e6a09e86b9d3284471ed83cee4d8c20ee3.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_pgsql/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 6ed77678444..94e2b841151 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 00000000000..7765bf4c30c
--- /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"