forked from Lainports/freebsd-ports
This enables "make test" in every extension and eases the test of changes to PHP. I did ignore PHP 7.0 intentionally since it only receives security updates and will EOL at the end of the year. Therefore no great amount of work is expected for 7.0.
13 lines
227 B
Makefile
13 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php72
|
|
|
|
PKGNAMESUFFIX= -hash
|
|
|
|
TEST_TARGET= test
|
|
|
|
BROKEN_mips64= fails to compile: KeccakHash.h: No such file or directory
|
|
|
|
.include "${MASTERDIR}/Makefile"
|