freebsd-ports/www/php73-opcache/Makefile
Torsten Zuehlsdorff 3a5533b48d Add PHP 7.3 RC2 to the ports-tree.
Notable changes:
- Switch from PCRE to PCRE2
- Many modules now require PCRE2 for building
- graphics/php73-gd: X11 option is no longer default

Changes to Mk/Uses/php.mk approved by ale
2018-10-08 08:52:51 +00:00

13 lines
176 B
Makefile

# $FreeBSD$
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php73
PKGNAMESUFFIX= -opcache
TEST_TARGET= test
USES= php:zend,noflavors
.include "${MASTERDIR}/Makefile"