aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-01-01 14:37:38 +0000
committerRene Ladan <rene@FreeBSD.org>2019-01-01 14:37:38 +0000
commit1a5519a25557f93b56f1848a49980cca8e5986bc (patch)
tree77c19397492f7c9ce05f483ba4a7e05f4a535d5d /www
parentb132d8c3a86f97d1dc7d6160c74961c4b79401ca (diff)
downloadports-1a5519a25557f93b56f1848a49980cca8e5986bc.tar.gz
ports-1a5519a25557f93b56f1848a49980cca8e5986bc.zip
Remove expired www/mod_php56
Reported by: antoine
Notes
Notes: svn path=/head/; revision=488897
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_php56/Makefile16
2 files changed, 0 insertions, 17 deletions
diff --git a/www/Makefile b/www/Makefile
index 6b2df932fca6..8ba1c27416e4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -446,7 +446,6 @@
SUBDIR += mod_mpm_itk
SUBDIR += mod_pagespeed
SUBDIR += mod_perl2
- SUBDIR += mod_php56
SUBDIR += mod_php71
SUBDIR += mod_php72
SUBDIR += mod_php73
diff --git a/www/mod_php56/Makefile b/www/mod_php56/Makefile
deleted file mode 100644
index 7438bd681762..000000000000
--- a/www/mod_php56/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Created by: marcus@FreeBSD.org
-# $FreeBSD$
-
-CATEGORIES= www devel
-PKGNAMEPREFIX= mod_
-
-MAINTAINER= ale@FreeBSD.org
-
-PHP_PORT= lang/php56
-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"