diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-11 13:41:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-11 13:41:08 +0800 |
commit | 4dbd8e94c38dd55219d1293f59b6bab54ebbd671 (patch) | |
tree | d8059920691aea9c83cb11ef5770c0c0b883e7a9 /security | |
parent | c3eaac2bbe54dba1473687df7f5ef1c087ef756d (diff) | |
download | freebsd-ports-gnome-4dbd8e94c38dd55219d1293f59b6bab54ebbd671.tar.gz freebsd-ports-gnome-4dbd8e94c38dd55219d1293f59b6bab54ebbd671.tar.zst freebsd-ports-gnome-4dbd8e94c38dd55219d1293f59b6bab54ebbd671.zip |
php4 is EOLed, deprecate ports depending on it.
Approved by: miwi (maintainer by private mail)
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-hash/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/pecl-hash/Makefile b/security/pecl-hash/Makefile index cc743ad83243..920801197f44 100644 --- a/security/pecl-hash/Makefile +++ b/security/pecl-hash/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org COMMENT= HASH Message Digest Framework for PHP 4 +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-11 + LICENSE= PHP301 USE_PHP= yes |