diff options
author | bapt <bapt@FreeBSD.org> | 2016-07-21 04:31:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-07-21 04:31:27 +0800 |
commit | 2ea43b0acd864d1417a562392b65c224fcca125d (patch) | |
tree | e9ff74fad1fa72f31660f07974f418e9fe6289f0 | |
parent | 666708534faef58b2214e250cbae805e6ebf00c9 (diff) | |
download | freebsd-ports-gnome-2ea43b0acd864d1417a562392b65c224fcca125d.tar.gz freebsd-ports-gnome-2ea43b0acd864d1417a562392b65c224fcca125d.tar.zst freebsd-ports-gnome-2ea43b0acd864d1417a562392b65c224fcca125d.zip |
php 5.5 EOL happened on July 10th
time to deprecate php 5.5 and mark it for removal in a month
-rw-r--r-- | lang/php55/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index be0078d76d6c..b762c68723e0 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -11,6 +11,9 @@ DISTNAME= php-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= PHP Scripting Language +DEPRECATED= EOL upstream since 10 Jul 2016 +EXPIRATION_DATE= 2016-08-20 + LICENSE= PHP301 USES+= tar:bzip2 cpe |