diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/Makefile | 4 | ||||
| -rw-r--r-- | www/mod_php85/Makefile | 18 | ||||
| -rw-r--r-- | www/php85-opcache/Makefile | 9 | ||||
| -rw-r--r-- | www/php85-session/Makefile | 7 | ||||
| -rw-r--r-- | www/php85-tidy/Makefile | 7 |
5 files changed, 45 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3c9c9ad97cb4..78d0f62ce623 100644 --- a/www/Makefile +++ b/www/Makefile @@ -425,6 +425,7 @@ SUBDIR += mod_php82 SUBDIR += mod_php83 SUBDIR += mod_php84 + SUBDIR += mod_php85 SUBDIR += mod_proctitle SUBDIR += mod_qos SUBDIR += mod_realdoc @@ -1433,6 +1434,9 @@ SUBDIR += php84-opcache SUBDIR += php84-session SUBDIR += php84-tidy + SUBDIR += php85-opcache + SUBDIR += php85-session + SUBDIR += php85-tidy SUBDIR += phpbb3 SUBDIR += phpfpmtop SUBDIR += phpgroupware diff --git a/www/mod_php85/Makefile b/www/mod_php85/Makefile new file mode 100644 index 000000000000..5e3e5b870340 --- /dev/null +++ b/www/mod_php85/Makefile @@ -0,0 +1,18 @@ +CATEGORIES= www devel +PKGNAMEPREFIX= mod_ + +MAINTAINER= bofh@FreeBSD.org + +CONFLICTS_INSTALL= mod_php[0-9][0-9] + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +OPTIONS_DEFINE= AP2FILTER +OPTIONS_EXCLUDE= CGI CLI EMBED FPM + +AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) + +AP2FILTER_CONFIGURE_ON=--with-apxs2filter=${APXS} +AP2FILTER_CONFIGURE_OFF=--with-apxs2=${APXS} + +.include "${MASTERDIR}/Makefile" diff --git a/www/php85-opcache/Makefile b/www/php85-opcache/Makefile new file mode 100644 index 000000000000..edb61940538a --- /dev/null +++ b/www/php85-opcache/Makefile @@ -0,0 +1,9 @@ +CATEGORIES= www + +PKGNAMESUFFIX= -opcache + +USES= php:zend,noflavors + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +.include "${MASTERDIR}/Makefile" diff --git a/www/php85-session/Makefile b/www/php85-session/Makefile new file mode 100644 index 000000000000..cedce7a3b4f9 --- /dev/null +++ b/www/php85-session/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -session + +.include "${MASTERDIR}/Makefile" diff --git a/www/php85-tidy/Makefile b/www/php85-tidy/Makefile new file mode 100644 index 000000000000..9b47a56ccce6 --- /dev/null +++ b/www/php85-tidy/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -tidy + +.include "${MASTERDIR}/Makefile" |
