textproc/php4-xml: PHP4 extension for parsing XML

This is the version from the php-4.0.6 distribution.
This commit is contained in:
jlam 2001-10-16 06:26:10 +00:00
parent b0ffc8a819
commit 550d0718ab
3 changed files with 21 additions and 0 deletions

View file

@ -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"

View file

@ -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

View file

@ -0,0 +1,2 @@
PHP is a programming language designed to be embedded into web pages.
This module provides an XML parser for PHP4.