aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/php5-xmlwriter/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c7a35c438783..e276417291b7 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -584,6 +584,7 @@
SUBDIR += php5-wddx
SUBDIR += php5-xml
SUBDIR += php5-xmlreader
+ SUBDIR += php5-xmlwriter
SUBDIR += php5-xsl
SUBDIR += pocketreader
SUBDIR += ppower4
diff --git a/textproc/php5-xmlwriter/Makefile b/textproc/php5-xmlwriter/Makefile
new file mode 100644
index 000000000000..9b5eb6235485
--- /dev/null
+++ b/textproc/php5-xmlwriter/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-xmlwriter
+# Date created: 16 Jan 2006
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -xmlwriter
+
+.include "${MASTERDIR}/Makefile"