11 lines
163 B
Makefile
11 lines
163 B
Makefile
CATEGORIES= www
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php74
|
|
|
|
PKGNAMESUFFIX= -opcache
|
|
|
|
TEST_TARGET= test
|
|
|
|
USES= php:zend,noflavors
|
|
|
|
.include "${MASTERDIR}/Makefile"
|