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