summaryrefslogtreecommitdiff
path: root/security/php4-mhash
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-10-31 21:20:08 +0000
committerjdolecek <jdolecek>2004-10-31 21:20:08 +0000
commitb330624cbede009fc0b0b2f3bcaa910e5c0012aa (patch)
tree5a21b03b855f2373e94fc38775ea274d3d4e6401 /security/php4-mhash
parent07c4c4468bab7dd5a3461474db596d51ef553394 (diff)
downloadpkgsrc-b330624cbede009fc0b0b2f3bcaa910e5c0012aa.tar.gz
remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
Diffstat (limited to 'security/php4-mhash')
-rw-r--r--security/php4-mhash/DESCR2
-rw-r--r--security/php4-mhash/Makefile15
2 files changed, 0 insertions, 17 deletions
diff --git a/security/php4-mhash/DESCR b/security/php4-mhash/DESCR
deleted file mode 100644
index 3c2bc87fa5e..00000000000
--- a/security/php4-mhash/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides PHP4 access to the mhash hash algorithms library.
diff --git a/security/php4-mhash/Makefile b/security/php4-mhash/Makefile
deleted file mode 100644
index c9a8b0fcb98..00000000000
--- a/security/php4-mhash/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2004/04/24 23:35:15 xtraeme Exp $
-
-MODNAME= mhash
-CATEGORIES+= security
-PKGREVISION= # empty
-COMMENT= PHP4 extension for the mhash hash algorithms library
-
-USE_BUILDLINK3= YES
-
-.include "../../www/php4/Makefile.module"
-
-CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash}
-
-.include "../../security/mhash/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"