aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-24 06:10:37 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-24 06:10:37 +0800
commite0f5d2f4a561a2ba754ce516646db93d9e5959b9 (patch)
treefc7600da75ee5c9c6bf19432a3ae94fedadd0c42
parente4d4bb98fc067466ebe44c8a42e0432ca75bebd5 (diff)
downloadfreebsd-ports-gnome-e0f5d2f4a561a2ba754ce516646db93d9e5959b9.tar.gz
freebsd-ports-gnome-e0f5d2f4a561a2ba754ce516646db93d9e5959b9.tar.zst
freebsd-ports-gnome-e0f5d2f4a561a2ba754ce516646db93d9e5959b9.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
-rw-r--r--devel/Makefile1
-rw-r--r--devel/php52-readline/Makefile14
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/php52-pspell/Makefile14
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 24033984b7db..a702f36ca357 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2474,6 +2474,7 @@
SUBDIR += php52-ncurses
SUBDIR += php52-pcntl
SUBDIR += php52-pcre
+ SUBDIR += php52-readline
SUBDIR += phpbt
SUBDIR += phptags
SUBDIR += physfs
diff --git a/devel/php52-readline/Makefile b/devel/php52-readline/Makefile
new file mode 100644
index 000000000000..c94f422c8ab0
--- /dev/null
+++ b/devel/php52-readline/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-readline
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -readline
+
+.include "${MASTERDIR}/Makefile"
diff --git a/textproc/Makefile b/textproc/Makefile
index 67097076324d..efa55c9e5fd0 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -936,6 +936,7 @@
SUBDIR += php5-xsl
SUBDIR += php52-ctype
SUBDIR += php52-dom
+ SUBDIR += php52-pspell
SUBDIR += po4a
SUBDIR += pocketreader
SUBDIR += pootle
diff --git a/textproc/php52-pspell/Makefile b/textproc/php52-pspell/Makefile
new file mode 100644
index 000000000000..a4e329444125
--- /dev/null
+++ b/textproc/php52-pspell/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-pspell
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -pspell
+
+.include "${MASTERDIR}/Makefile"