diff options
author | rene <rene@FreeBSD.org> | 2016-02-15 03:21:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-02-15 03:21:31 +0800 |
commit | fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3 (patch) | |
tree | 8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /www/mod_php5 | |
parent | 5bb51cc37e4c2b3aa67f6bdc9da7ce2b7f18b36e (diff) | |
download | freebsd-ports-gnome-fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3.tar.gz freebsd-ports-gnome-fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3.tar.zst freebsd-ports-gnome-fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3.zip |
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.
Adjust Mk/bsd.php.mk
Reviewed by: antoine, marino
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D5278
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile deleted file mode 100644 index eac19096814f..000000000000 --- a/www/mod_php5/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: marcus@FreeBSD.org -# $FreeBSD$ - -PORTEPOCH= 1 -CATEGORIES= www devel -PKGNAMEPREFIX= mod_ - -MAINTAINER= ale@FreeBSD.org - -PHP_PORT= lang/php5 -MASTERDIR= ${.CURDIR}/../../${PHP_PORT} - -OPTIONS_DEFINE= AP2FILTER -AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) -OPTIONS_EXCLUDE= CGI CLI FPM EMBED - -.include "${MASTERDIR}/Makefile" |