php5-dom has moved to php-dom.

This commit is contained in:
taca 2010-03-16 16:11:59 +00:00
parent 6ef86add32
commit ac74f95931
2 changed files with 0 additions and 22 deletions

View file

@ -1,4 +0,0 @@
PHP is a programming language designed to be embedded into web pages.
The extension allows you to operate on an XML document with the DOM
(Document Object Model) API. DOM extension module in PHP5 replaces
DOM XML extension in PHP4.

View file

@ -1,18 +0,0 @@
# $NetBSD: Makefile,v 1.8 2010/03/15 16:46:00 taca Exp $
MODNAME= dom
CATEGORIES+= textproc
COMMENT= PHP5 extension for DOM support
CONFLICTS= php-dom-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --enable-${MODNAME}
CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2}
.include "../../lang/php/ext.mk"
#.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
#.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"