aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-24 06:33:48 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-24 06:33:48 +0800
commitd57a1ee01718ef5b28c4f56618bca315caf278c8 (patch)
tree10720133db77ca5e5c7ed46f937751eedf8df82e /textproc
parentbc1ae9400d2d65213668b61590effce2733d2513 (diff)
downloadfreebsd-ports-gnome-d57a1ee01718ef5b28c4f56618bca315caf278c8.tar.gz
freebsd-ports-gnome-d57a1ee01718ef5b28c4f56618bca315caf278c8.tar.zst
freebsd-ports-gnome-d57a1ee01718ef5b28c4f56618bca315caf278c8.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-xmlreader/Makefile14
-rw-r--r--textproc/php52-xmlwriter/Makefile14
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 9674cf92a051..569972aa36e6 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -940,6 +940,7 @@
SUBDIR += php52-simplexml
SUBDIR += php52-xml
SUBDIR += php52-xmlreader
+ SUBDIR += php52-xmlwriter
SUBDIR += po4a
SUBDIR += pocketreader
SUBDIR += pootle
diff --git a/textproc/php52-xmlreader/Makefile b/textproc/php52-xmlreader/Makefile
new file mode 100644
index 000000000000..1575447e044a
--- /dev/null
+++ b/textproc/php52-xmlreader/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-xmlreader
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -xmlreader
+
+.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php52-xmlwriter/Makefile b/textproc/php52-xmlwriter/Makefile
new file mode 100644
index 000000000000..c56d4ba08315
--- /dev/null
+++ b/textproc/php52-xmlwriter/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-xmlwriter
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -xmlwriter
+
+.include "${MASTERDIR}/Makefile"