summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-06-16 15:09:36 +0000
committertaca <taca@pkgsrc.org>2012-06-16 15:09:36 +0000
commitdc9064040d81b9338aaa00072df7c79792ae75f8 (patch)
treea6a35782ce764f8fda291488d7b47e2648007e58 /security
parentfc309e0c42415d5ae41fa5ad516485ad8f0eb83f (diff)
downloadpkgsrc-dc9064040d81b9338aaa00072df7c79792ae75f8.tar.gz
Remove php-mhash which is only supported by PHP 5.2.
Diffstat (limited to 'security')
-rw-r--r--security/php-mhash/DESCR2
-rw-r--r--security/php-mhash/Makefile17
2 files changed, 0 insertions, 19 deletions
diff --git a/security/php-mhash/DESCR b/security/php-mhash/DESCR
deleted file mode 100644
index dece779b038..00000000000
--- a/security/php-mhash/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides access to the mhash hash algorithms library.
diff --git a/security/php-mhash/Makefile b/security/php-mhash/Makefile
deleted file mode 100644
index ce9345eaa6f..00000000000
--- a/security/php-mhash/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2010/03/21 11:20:41 jdolecek Exp $
-
-MODNAME= mhash
-CATEGORIES+= security
-COMMENT= PHP extension for the mhash hash algorithms library
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-CONFLICTS= php-mhash-[0-9]*
-
-CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash}
-
-PHP_VERSIONS_ACCEPTED= 52
-
-.include "../../lang/php/ext.mk"
-.include "../../security/mhash/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"