From fe570d57ec4be34c097bd937314d2810f3646105 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 12 Apr 2012 10:07:41 +0000 Subject: php4 is EOLed, let's deprecate it Approved by: ale (maintainer by private mail) --- math/php4-bcmath/Makefile | 3 +++ math/php4-gmp/Makefile | 3 +++ 2 files changed, 6 insertions(+) (limited to 'math') diff --git a/math/php4-bcmath/Makefile b/math/php4-bcmath/Makefile index 087e800245b4..a6870dd86366 100644 --- a/math/php4-bcmath/Makefile +++ b/math/php4-bcmath/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/math/php4-gmp/Makefile b/math/php4-gmp/Makefile index 867d7e8fdd12..4f86e1ef337b 100644 --- a/math/php4-gmp/Makefile +++ b/math/php4-gmp/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + PORTREVISION= 3 CATEGORIES= math -- cgit