aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-24 07:43:41 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-24 07:43:41 +0800
commit2f45c4adf1bd5b377f01fc831b5ccbbf0272795d (patch)
treeffd9c7b2bd98ac05e3322e37fea0ddd8f0df6ad0 /textproc
parentd72ae022370210f738a9c795c65b9bc248141b7f (diff)
downloadfreebsd-ports-gnome-2f45c4adf1bd5b377f01fc831b5ccbbf0272795d.tar.gz
freebsd-ports-gnome-2f45c4adf1bd5b377f01fc831b5ccbbf0272795d.tar.zst
freebsd-ports-gnome-2f45c4adf1bd5b377f01fc831b5ccbbf0272795d.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/php52-wddx/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 569972aa36e6..180ca20cdb6a 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -938,6 +938,7 @@
SUBDIR += php52-dom
SUBDIR += php52-pspell
SUBDIR += php52-simplexml
+ SUBDIR += php52-wddx
SUBDIR += php52-xml
SUBDIR += php52-xmlreader
SUBDIR += php52-xmlwriter
diff --git a/textproc/php52-wddx/Makefile b/textproc/php52-wddx/Makefile
new file mode 100644
index 000000000000..4336fdb534d0
--- /dev/null
+++ b/textproc/php52-wddx/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-wddx
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -wddx
+
+.include "${MASTERDIR}/Makefile"