aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 22:33:48 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 22:33:48 +0000
commitfd6766078bf104e77f5b8d556b1eec8243ef4a21 (patch)
tree77ea1db662755ae27f6f01a390d8f8bb44b2ea7e /textproc
parent577816b3d01fd93b527642dcfac2f0f5c352c1f0 (diff)
downloadports-fd6766078bf104e77f5b8d556b1eec8243ef4a21.tar.gz
ports-fd6766078bf104e77f5b8d556b1eec8243ef4a21.zip
Notes
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"