aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-24 00:25:56 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-24 00:25:56 +0800
commit69dc433fd75c498b21fb9829e89807031dc6d548 (patch)
tree10fa794423200798ac336d89a96f4f53bd4e2937
parent573988ff1750bb96d969fe50123dce6abebdca59 (diff)
downloadfreebsd-ports-gnome-69dc433fd75c498b21fb9829e89807031dc6d548.tar.gz
freebsd-ports-gnome-69dc433fd75c498b21fb9829e89807031dc6d548.tar.zst
freebsd-ports-gnome-69dc433fd75c498b21fb9829e89807031dc6d548.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php52-pdo_dblib/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index d698fbe501e6..863d91ab25c7 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -527,6 +527,7 @@
SUBDIR += php52-odbc
SUBDIR += php52-pdo
SUBDIR += php52-pdo_dblib
+ SUBDIR += php52-pdo_mysql
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phpmyadmin211
diff --git a/databases/php52-pdo_dblib/Makefile b/databases/php52-pdo_dblib/Makefile
new file mode 100644
index 000000000000..54953db2f307
--- /dev/null
+++ b/databases/php52-pdo_dblib/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-pdo_dblib
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -pdo_dblib
+
+.include "${MASTERDIR}/Makefile"