aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2019-09-22 04:08:59 +0800
committertz <tz@FreeBSD.org>2019-09-22 04:08:59 +0800
commit1f3491aad01786b983b08ed65c45d2ef3ed0815c (patch)
tree5d7e6f27fdf76fca67b0f1a7d504887450937858
parent16565a665f9588d41c6a8840fb35bca7e825b321 (diff)
downloadfreebsd-ports-gnome-1f3491aad01786b983b08ed65c45d2ef3ed0815c.tar.gz
freebsd-ports-gnome-1f3491aad01786b983b08ed65c45d2ef3ed0815c.tar.zst
freebsd-ports-gnome-1f3491aad01786b983b08ed65c45d2ef3ed0815c.zip
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"