freebsd-ports/www/mod_php74/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

13 lines
293 B
Makefile

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"