diff options
author | antoine <antoine@FreeBSD.org> | 2015-11-14 06:13:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-11-14 06:13:24 +0800 |
commit | bdef459d162c3b334a8d451de3ccc9083977bb54 (patch) | |
tree | 40de89588d283834a724d8036a4c3ffe380bc724 /www/cakephp11 | |
parent | 419563864db70c9c8ace727ddaf9b19429e66b65 (diff) | |
download | freebsd-ports-gnome-bdef459d162c3b334a8d451de3ccc9083977bb54.tar.gz freebsd-ports-gnome-bdef459d162c3b334a8d451de3ccc9083977bb54.tar.zst freebsd-ports-gnome-bdef459d162c3b334a8d451de3ccc9083977bb54.zip |
Chase PHP 5.4 expiration date
Diffstat (limited to 'www/cakephp11')
-rw-r--r-- | www/cakephp11/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/cakephp11/Makefile b/www/cakephp11/Makefile index 634ad92413bd..70a16922f44a 100644 --- a/www/cakephp11/Makefile +++ b/www/cakephp11/Makefile @@ -13,6 +13,9 @@ DISTNAME= cake_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Framework for developing PHP web applications +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USES= tar:bzip2 USE_APACHE_RUN= 22+ |