12 lines
192 B
Makefile
12 lines
192 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= www
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php56
|
|
|
|
PKGNAMESUFFIX= -opcache
|
|
|
|
USE_ZENDEXT= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|