aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php5
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-02-14 19:21:31 +0000
committerRene Ladan <rene@FreeBSD.org>2016-02-14 19:21:31 +0000
commitd5ce1f73bc9d396f962ccc0f312c1f1e1ac50862 (patch)
tree8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /www/mod_php5
parent04917a1bbdfada95e54db7f4ee3094e95c94c515 (diff)
downloadports-d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862.tar.gz
ports-d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862.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
Notes
Notes: svn path=/head/; revision=408884
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/Makefile17
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"