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 /misc | |
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 'misc')
-rw-r--r-- | misc/php4-calendar/Makefile | 3 | ||||
-rw-r--r-- | misc/php4-mcal/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/misc/php4-calendar/Makefile b/misc/php4-calendar/Makefile index ff1dd33a7dda..337679af5b29 100644 --- a/misc/php4-calendar/Makefile +++ b/misc/php4-calendar/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= misc MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/misc/php4-mcal/Makefile b/misc/php4-mcal/Makefile index a208c841334a..aed144d3f0b9 100644 --- a/misc/php4-mcal/Makefile +++ b/misc/php4-mcal/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= misc MASTERDIR= ${.CURDIR}/../../lang/php4 |