diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-10-14 20:50:59 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-10-14 20:50:59 +0000 |
commit | 08aaa45d9be51e8844c85a09970ef855f4b77208 (patch) | |
tree | 6129d60a9ade34e378efab69ebc67f2e15207eab /lang/php5 | |
parent | Temporary readd ${PORTSDIR} to perl5 deps as somewhow they are triggering (diff) |
lang/php5: Move DEPRECATED and EXPIRATION_DATE so slave ports will pick
it up too.
Notes
Notes:
svn path=/head/; revision=399296
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 7664397f689e..65285bc07b80 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -16,6 +16,10 @@ LICENSE= PHP301 USES= tar:bzip2 cpe CPE_PRODUCT= php NO_OPTIONS_SORT=yes + +DEPRECATED= PHP 5.4 is End of Life http://php.net/supported-versions.php +EXPIRATION_DATE=2016-01-15 + .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf @@ -54,9 +58,6 @@ ZTS_DESC= Force Zend Thread Safety (ZTS) build CONFLICTS= php53-5* php55-5* php56-5* -DEPRECATED= PHP 5.4 is End of Life http://php.net/supported-versions.php -EXPIRATION_DATE=2016-01-15 - DESTDIRNAME= INSTALL_ROOT .include <bsd.port.pre.mk> |