summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-09-21 20:08:59 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-09-21 20:08:59 +0000
commit8d075dffd56bcb24cbebe73a2b8e94bd253fcde6 (patch)
tree5d7e6f27fdf76fca67b0f1a7d504887450937858
parentAppease portlint. (diff)
Delete security/php74-hash
The hash module is now part of the PHP core. It can't be disabled or enabled anymore. Therefore we remove this port. Sponsored by: PHP Upgrade Service
-rw-r--r--security/php74-hash/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/php74-hash/Makefile b/security/php74-hash/Makefile
deleted file mode 100644
index a48dee402993..000000000000
--- a/security/php74-hash/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= security
-
-MASTERDIR= ${.CURDIR}/../../lang/php74
-
-PKGNAMESUFFIX= -hash
-
-TEST_TARGET= test
-
-.include "${MASTERDIR}/Makefile"