aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-12-10 03:45:41 +0800
committerAlex Dupre <ale@FreeBSD.org>2005-12-10 03:45:41 +0800
commit39519c176a357894e6472b65d533322317f6b6cf (patch)
tree0da06ec508143850f20d757111b7d233f171dbc1 /textproc
parent9faea3e9f6f976357ac83e3f4a00aadf331250cf (diff)
downloadfreebsd-ports-gnome-39519c176a357894e6472b65d533322317f6b6cf.tar.gz
freebsd-ports-gnome-39519c176a357894e6472b65d533322317f6b6cf.tar.zst
freebsd-ports-gnome-39519c176a357894e6472b65d533322317f6b6cf.zip
Add new XMLReader php5 extension.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/php5-xmlreader/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index aabf5160fc11..c2fa0c9f2e29 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -576,6 +576,7 @@
SUBDIR += php5-simplexml
SUBDIR += php5-wddx
SUBDIR += php5-xml
+ SUBDIR += php5-xmlreader
SUBDIR += php5-xsl
SUBDIR += pocketreader
SUBDIR += ppower4
diff --git a/textproc/php5-xmlreader/Makefile b/textproc/php5-xmlreader/Makefile
new file mode 100644
index 000000000000..3b20bb31e38c
--- /dev/null
+++ b/textproc/php5-xmlreader/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-xmlreader
+# Date created: 26 Nov 2005
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -xmlreader
+
+.include "${MASTERDIR}/Makefile"