diff options
author | jdolecek <jdolecek> | 2004-11-05 21:15:38 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-11-05 21:15:38 +0000 |
commit | 1ecf33d4487c4aa67435a4430b8d929022bc631e (patch) | |
tree | fe28e3cf1e20cc246e383a3fea5d31ea8475179c /textproc | |
parent | 6b8d38e1dd3dcb3036e2e283d4978cb811090a0e (diff) | |
download | pkgsrc-1ecf33d4487c4aa67435a4430b8d929022bc631e.tar.gz |
Add php5-dom 5.0.2 - PHP extension to access XML documents using DOM API.
This is PHP5 replacement of PHP4 DOM XML extension.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3dc3c6e1ecb..e39784c651a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.264 2004/11/03 21:01:19 adrianp Exp $ +# $NetBSD: Makefile,v 1.265 2004/11/05 21:15:38 jdolecek Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -196,6 +196,7 @@ SUBDIR+= p5-libxml SUBDIR+= p5-libxml-enno SUBDIR+= par SUBDIR+= php4-domxml +SUBDIR+= php5-dom SUBDIR+= php-wddx SUBDIR+= php4-xslt SUBDIR+= postgresql-autodoc |