mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
42db2c39e5
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.4.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha1/NEWS
19 lines
407 B
Makefile
19 lines
407 B
Makefile
CATEGORIES= www devel
|
|
PKGNAMEPREFIX= mod_
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
|
|
CONFLICTS_INSTALL= mod_php[0-9][0-9]
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php84
|
|
|
|
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"
|