diff options
author | jdolecek <jdolecek> | 2004-10-31 21:20:08 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-10-31 21:20:08 +0000 |
commit | b330624cbede009fc0b0b2f3bcaa910e5c0012aa (patch) | |
tree | 5a21b03b855f2373e94fc38775ea274d3d4e6401 /textproc | |
parent | 07c4c4468bab7dd5a3461474db596d51ef553394 (diff) | |
download | pkgsrc-b330624cbede009fc0b0b2f3bcaa910e5c0012aa.tar.gz |
remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
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" |