diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php4-wddx/DESCR | 2 | ||||
-rw-r--r-- | textproc/php4-wddx/Makefile | 15 |
2 files changed, 0 insertions, 17 deletions
diff --git a/textproc/php4-wddx/DESCR b/textproc/php4-wddx/DESCR deleted file mode 100644 index 1703d46cc75..00000000000 --- a/textproc/php4-wddx/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides support for WDDX (Web Direct Data eXchange) in PHP4. diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile deleted file mode 100644 index f5a9aa9ea64..00000000000 --- a/textproc/php4-wddx/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: Makefile,v 1.12 2004/04/25 00:52:39 xtraeme Exp $ - -MODNAME= wddx -CATEGORIES+= textproc -PKGREVISION= # empty -COMMENT= PHP4 extension for WDDX support - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_PREFIX.expat} - -.include "../../textproc/expat/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |