summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/php4-xml/Makefile15
-rw-r--r--textproc/php4-xml/distinfo4
-rw-r--r--textproc/php4-xml/pkg/DESCR2
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/php4-xml/Makefile b/textproc/php4-xml/Makefile
new file mode 100644
index 00000000000..f56566429a5
--- /dev/null
+++ b/textproc/php4-xml/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 06:26:10 jlam Exp $
+
+.include "../php4/Makefile.module"
+
+MODNAME= xml
+CATEGORIES+= textproc
+PHP_PKG_VERS= # empty
+COMMENT= PHP4 extension for parsing XML
+
+USE_BUILDLINK_ONLY= YES
+CONFIGURE_ARGS+= --enable-${MODNAME}
+CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_DIR}
+
+.include "../../textproc/expat/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/php4-xml/distinfo b/textproc/php4-xml/distinfo
new file mode 100644
index 00000000000..09c8b1592ee
--- /dev/null
+++ b/textproc/php4-xml/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/16 06:26:10 jlam Exp $
+
+SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03
+Size (php-4.0.6.tar.gz) = 3157346 bytes
diff --git a/textproc/php4-xml/pkg/DESCR b/textproc/php4-xml/pkg/DESCR
new file mode 100644
index 00000000000..d5afff9cf73
--- /dev/null
+++ b/textproc/php4-xml/pkg/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides an XML parser for PHP4.