diff options
Diffstat (limited to 'www/mod_php85')
-rw-r--r-- | www/mod_php85/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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" |