summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2012-06-16 15:09:36 +0000
committertaca <taca>2012-06-16 15:09:36 +0000
commit19cf8925758d9d6fb836ca016b6290d3d273e109 (patch)
treea6a35782ce764f8fda291488d7b47e2648007e58
parent6158b4bb8c1f765d69b6e89c4688bb68911f9940 (diff)
downloadpkgsrc-19cf8925758d9d6fb836ca016b6290d3d273e109.tar.gz
Remove php-mhash which is only supported by PHP 5.2.
-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"