mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Add mod_php71 7.1.1 (copied from mod_php70)
This commit is contained in:
parent
b1c31ff8dd
commit
7224413897
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432446
@ -95,8 +95,8 @@ CONFIGURE_ARGS+=--with-apxs2=${APXS}
|
||||
.endif
|
||||
PLIST= ${PKGDIR}/pkg-plist.mod
|
||||
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
|
||||
MODULENAME= libphp71
|
||||
SHORTMODNAME= php71
|
||||
MODULENAME= libphp7
|
||||
SHORTMODNAME= php7
|
||||
WARNING= "!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!"
|
||||
.endif
|
||||
|
||||
|
@ -481,6 +481,7 @@
|
||||
SUBDIR += mod_perl2
|
||||
SUBDIR += mod_php56
|
||||
SUBDIR += mod_php70
|
||||
SUBDIR += mod_php71
|
||||
SUBDIR += mod_proctitle
|
||||
SUBDIR += mod_proxy_html
|
||||
SUBDIR += mod_proxy_uwsgi
|
||||
|
16
www/mod_php71/Makefile
Normal file
16
www/mod_php71/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# Created by: marcus@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= www devel
|
||||
PKGNAMEPREFIX= mod_
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
PHP_PORT= lang/php71
|
||||
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"
|
Loading…
Reference in New Issue
Block a user