diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-16 06:26:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-16 06:26:10 +0000 |
commit | 550d0718ab928499e8477e75b63dd3c5141111d3 (patch) | |
tree | 7b619566306b8b1ef529fbcb2d47d4c89b8b656a /textproc | |
parent | b0ffc8a819d0b88e475425369557a63cdf4b5141 (diff) | |
download | pkgsrc-550d0718ab928499e8477e75b63dd3c5141111d3.tar.gz |
textproc/php4-xml: PHP4 extension for parsing XML
This is the version from the php-4.0.6 distribution.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php4-xml/Makefile | 15 | ||||
-rw-r--r-- | textproc/php4-xml/distinfo | 4 | ||||
-rw-r--r-- | textproc/php4-xml/pkg/DESCR | 2 |
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. |