summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile7
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>