diff options
Diffstat (limited to 'www/mod_php74/Makefile')
-rw-r--r-- | www/mod_php74/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/mod_php74/Makefile b/www/mod_php74/Makefile new file mode 100644 index 000000000000..64d364d364d0 --- /dev/null +++ b/www/mod_php74/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +CATEGORIES= www devel +PKGNAMEPREFIX= mod_ + +MAINTAINER= ports@FreeBSD.org + +PHP_PORT= lang/php74 +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" |