mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
1061308ba7
There are many greater changes including: - json is now part of core - xmlrpc is removed - More than 150 backward incompatible changes Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING Reviewed by: ale, mfechner, Pascal Christen Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D26848
16 lines
306 B
Makefile
16 lines
306 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= www devel
|
|
PKGNAMEPREFIX= mod_
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
PHP_PORT= lang/php80
|
|
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"
|