diff --git a/www/mod_php74/Makefile b/www/mod_php74/Makefile index 1c81ca2d3c578..d1fa2c1abc2c6 100644 --- a/www/mod_php74/Makefile +++ b/www/mod_php74/Makefile @@ -1,13 +1,16 @@ +PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org + +CONFLICTS_INSTALL= mod_php[0-9][0-9] 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 +OPTIONS_DEFINE= AP2FILTER +OPTIONS_EXCLUDE= CGI CLI EMBED FPM +AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) .include "${MASTERDIR}/Makefile"