diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-12 18:07:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-12 18:07:41 +0800 |
commit | fe570d57ec4be34c097bd937314d2810f3646105 (patch) | |
tree | db3112980c50758cfabf113e22ed9c5aef227dd6 /lang | |
parent | d01b3d9fb22d3d98118e7319a4281054f5a663c8 (diff) | |
download | freebsd-ports-gnome-fe570d57ec4be34c097bd937314d2810f3646105.tar.gz freebsd-ports-gnome-fe570d57ec4be34c097bd937314d2810f3646105.tar.zst freebsd-ports-gnome-fe570d57ec4be34c097bd937314d2810f3646105.zip |
php4 is EOLed, let's deprecate it
Approved by: ale (maintainer by private mail)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4-extensions/Makefile | 3 | ||||
-rw-r--r-- | lang/php4-overload/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/php4-extensions/Makefile b/lang/php4-extensions/Makefile index 1679598b265d..8c22ff85d137 100644 --- a/lang/php4-extensions/Makefile +++ b/lang/php4-extensions/Makefile @@ -16,6 +16,9 @@ EXTRACT_ONLY= # none MAINTAINER= ale@FreeBSD.org COMMENT= A "meta-port" to install PHP extensions +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + USE_PHP= yes DEFAULT_PHP_VER=4 IGNORE_WITH_PHP=5 diff --git a/lang/php4-overload/Makefile b/lang/php4-overload/Makefile index 044fff4f22a3..a4f3202e51ad 100644 --- a/lang/php4-overload/Makefile +++ b/lang/php4-overload/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../lang/php4 |