diff options
Diffstat (limited to 'www/mod_php82/Makefile')
-rw-r--r-- | www/mod_php82/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/mod_php82/Makefile b/www/mod_php82/Makefile new file mode 100644 index 000000000000..00d1ffb339c6 --- /dev/null +++ b/www/mod_php82/Makefile @@ -0,0 +1,12 @@ +CATEGORIES= www devel +PKGNAMEPREFIX= mod_ + +MAINTAINER= bofh@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../../lang/php82 + +OPTIONS_DEFINE= AP2FILTER +AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) +OPTIONS_EXCLUDE=CGI CLI FPM EMBED + +.include "${MASTERDIR}/Makefile" |