aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Horde_Xml_Element/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-07-07 20:52:50 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-07-07 20:52:50 +0000
commited5b562becb2462d224e0bb6105e92dbd43bd94e (patch)
treeff32cd7c41eb7073db108dd57f842c4c12988bb7 /textproc/pear-Horde_Xml_Element/Makefile
parent77b4a2960c256a32dc924e4a6104f9b3b4f76195 (diff)
downloadports-ed5b562becb2462d224e0bb6105e92dbd43bd94e.tar.gz
ports-ed5b562becb2462d224e0bb6105e92dbd43bd94e.zip
This package provides an element object that can be used to provide
SimpleXML-like functionality over a DOM object. The main advantage over using SimpleXML is the ability to add multiple levels of new elements in a single call, without introducing "ghost" objects. WWW: http://pear.horde.org
Notes
Notes: svn path=/head/; revision=277305
Diffstat (limited to 'textproc/pear-Horde_Xml_Element/Makefile')
-rw-r--r--textproc/pear-Horde_Xml_Element/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/pear-Horde_Xml_Element/Makefile b/textproc/pear-Horde_Xml_Element/Makefile
new file mode 100644
index 000000000000..ad0b1770beb3
--- /dev/null
+++ b/textproc/pear-Horde_Xml_Element/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: pear-Horde_Xml_Element
+# Date created: 7 July 2011
+# Whom: Martin Matuska <mm@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= Horde_Xml_Element
+PORTVERSION= 1.0.0
+CATEGORIES= textproc www pear
+
+MAINTAINER= mm@FreeBSD.org
+COMMENT= Horde Xml Element object
+
+USE_PHP= dom
+USE_HORDE_RUN= Horde_Exception
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>