From 14820d243c202882c1fb69efb5d1dff4e88ae4b5 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 16 Mar 2010 16:11:59 +0000 Subject: php5-dom has moved to php-dom. --- textproc/php5-dom/DESCR | 4 ---- textproc/php5-dom/Makefile | 18 ------------------ 2 files changed, 22 deletions(-) delete mode 100644 textproc/php5-dom/DESCR delete mode 100644 textproc/php5-dom/Makefile diff --git a/textproc/php5-dom/DESCR b/textproc/php5-dom/DESCR deleted file mode 100644 index 795ce940ae0..00000000000 --- a/textproc/php5-dom/DESCR +++ /dev/null @@ -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. diff --git a/textproc/php5-dom/Makefile b/textproc/php5-dom/Makefile deleted file mode 100644 index 48b8fa5b057..00000000000 --- a/textproc/php5-dom/Makefile +++ /dev/null @@ -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" -- cgit v1.2.3