diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-12 10:07:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-12 10:07:41 +0000 |
commit | 928eae9bca9a4aca6f5b8e1d6e028f26b952bc57 (patch) | |
tree | e569e53dee57162b6cebc1c3b6ce81bfaaf934c3 /math/php4-bcmath | |
parent | - Add desktop entry (diff) |
php4 is EOLed, let's deprecate it
Approved by: ale (maintainer by private mail)
Diffstat (limited to 'math/php4-bcmath')
-rw-r--r-- | math/php4-bcmath/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |