aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-24 00:10:11 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-24 00:10:11 +0800
commitce17735df94443fc8d72aa2cd8499328ad218864 (patch)
tree221f903bbd65a4e39267d52f80604d6b68b8a084
parent9445ef08db60c119474a46d9599cd9e81d5d127b (diff)
downloadfreebsd-ports-gnome-ce17735df94443fc8d72aa2cd8499328ad218864.tar.gz
freebsd-ports-gnome-ce17735df94443fc8d72aa2cd8499328ad218864.tar.zst
freebsd-ports-gnome-ce17735df94443fc8d72aa2cd8499328ad218864.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php52-mssql/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index c52b437b7343..25ba8606eb68 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -521,6 +521,7 @@
SUBDIR += php52-dba
SUBDIR += php52-dbase
SUBDIR += php52-mssql
+ SUBDIR += php52-mysql
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phpmyadmin211
diff --git a/databases/php52-mssql/Makefile b/databases/php52-mssql/Makefile
new file mode 100644
index 000000000000..4a7a719a060e
--- /dev/null
+++ b/databases/php52-mssql/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-mssql
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -mssql
+
+.include "${MASTERDIR}/Makefile"