freebsd-ports/textproc/php71-wddx/Makefile
Torsten Zuehlsdorff b817a5b90e PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensions
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.
2018-07-24 08:44:32 +00:00

11 lines
152 B
Makefile

# $FreeBSD$
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php71
PKGNAMESUFFIX= -wddx
TEST_TARGET= test
.include "${MASTERDIR}/Makefile"