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
12 lines
147 B
Makefile
12 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= math
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php80
|
|
|
|
PKGNAMESUFFIX= -gmp
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "${MASTERDIR}/Makefile"
|