freebsd-ports/textproc/php74-dom/Makefile
Torsten Zuehlsdorff 7aca2531e2 Welcome PHP 7.4 RC 1 in the ports-tree.
There are many greater changes including:
- New module ffi
- Remove interbase module
- Remove recode module
- Remove wddx module
- Many modules changes the build switches
- Many modules changes the config format, so patches needed to be recreated

Special thanks to tobik and ale for their support.

Reviewed by:	tobik, ale, joneum
Sponsored by:	PHP Update Service
Differential Revision:	https://reviews.freebsd.org/D21349
2019-09-20 12:21:11 +00:00

12 lines
151 B
Makefile

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