diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 21:20:08 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 21:20:08 +0000 |
commit | ec3c63fd71dfc2c9f23fabb09d3854f0ada4ea4d (patch) | |
tree | 5a21b03b855f2373e94fc38775ea274d3d4e6401 /math | |
parent | e0e2dcc2efded1db5abe60bad3434086c7f51f22 (diff) | |
download | pkgsrc-ec3c63fd71dfc2c9f23fabb09d3854f0ada4ea4d.tar.gz |
remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
Diffstat (limited to 'math')
-rw-r--r-- | math/php4-bcmath/DESCR | 2 | ||||
-rw-r--r-- | math/php4-bcmath/Makefile | 14 |
2 files changed, 0 insertions, 16 deletions
diff --git a/math/php4-bcmath/DESCR b/math/php4-bcmath/DESCR deleted file mode 100644 index ec731d0306d..00000000000 --- a/math/php4-bcmath/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides support for bc-style arbitrary precision math for PHP4. diff --git a/math/php4-bcmath/Makefile b/math/php4-bcmath/Makefile deleted file mode 100644 index 101bc635922..00000000000 --- a/math/php4-bcmath/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2004/04/25 00:23:55 xtraeme Exp $ - -MODNAME= bcmath -CATEGORIES+= math -PKGREVISION= # empty -COMMENT= PHP4 extension for bc-style arbitrary precision math - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --enable-${MODNAME} - -.include "../../mk/bsd.pkg.mk" |