diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-05 21:15:38 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-05 21:15:38 +0000 |
commit | b8aade8fb84dd0f661649f882bf4befaeabff29b (patch) | |
tree | fe28e3cf1e20cc246e383a3fea5d31ea8475179c /textproc | |
parent | 5d2d55e6b404113342c813df91e7ba94029f67f1 (diff) | |
download | pkgsrc-b8aade8fb84dd0f661649f882bf4befaeabff29b.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 |