diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 16:11:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 16:11:59 +0000 |
commit | 14820d243c202882c1fb69efb5d1dff4e88ae4b5 (patch) | |
tree | ef5a3a7ddfaf6a07e2910312f4f3832608d9e778 | |
parent | 1c432f48535e333fc3474a47d394b2c25eaccc60 (diff) | |
download | pkgsrc-14820d243c202882c1fb69efb5d1dff4e88ae4b5.tar.gz |
php5-dom has moved to php-dom.
-rw-r--r-- | textproc/php5-dom/DESCR | 4 | ||||
-rw-r--r-- | textproc/php5-dom/Makefile | 18 |
2 files changed, 0 insertions, 22 deletions
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" |