summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca>2012-06-16 15:09:36 +0000
committertaca <taca>2012-06-16 15:09:36 +0000
commit7c4688c47949617485f0e82e1d8f76f3317ec0c0 (patch)
treea6a35782ce764f8fda291488d7b47e2648007e58 /security
parent0fda6b6d087bc6116dfdf4fe2eab0bee370ac782 (diff)
downloadpkgsrc-7c4688c47949617485f0e82e1d8f76f3317ec0c0.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"