diff --git a/www/mod_php82/Makefile b/www/mod_php82/Makefile index 00d1ffb339c6..e19c3db1595f 100644 --- a/www/mod_php82/Makefile +++ b/www/mod_php82/Makefile @@ -1,12 +1,16 @@ +PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ MAINTAINER= bofh@FreeBSD.org +CONFLICTS_INSTALL= mod_php[0-9][0-9] + MASTERDIR= ${.CURDIR}/../../lang/php82 -OPTIONS_DEFINE= AP2FILTER +OPTIONS_DEFINE= AP2FILTER +OPTIONS_EXCLUDE= CGI CLI EMBED FPM + AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) -OPTIONS_EXCLUDE=CGI CLI FPM EMBED .include "${MASTERDIR}/Makefile"