ports/www/mod_php81/Makefile
Muhammad Moinur Rahman 757510de68
lang/php81: Update version 8.1.32=>8.1.33
Changelog: https://www.php.net/ChangeLog-8.php#8.1.33

Security:	CVE-2025-1220
Security:	CVE-2025-1735
Security:	CVE-2025-6491

MFH:		2025Q3
2025-07-03 20:38:23 +02:00

20 lines
429 B
Makefile

CATEGORIES= www devel
PKGNAMEPREFIX= mod_
MAINTAINER= bofh@FreeBSD.org
CONFLICTS_INSTALL= mod_php[0-9][0-9]
PHP_PORT= lang/php81
MASTERDIR= ${.CURDIR}/../../${PHP_PORT}
OPTIONS_DEFINE= AP2FILTER
OPTIONS_EXCLUDE= CGI CLI EMBED FPM
AP2FILTER_DESC= Use Apache 2.x filter interface (experimental)
AP2FILTER_CONFIGURE_ON=--with-apxs2filter=${APXS}
AP2FILTER_CONFIGURE_OFF=--with-apxs2=${APXS}
.include "${MASTERDIR}/Makefile"