forked from Lainports/opnsense-ports
12 lines
200 B
Makefile
12 lines
200 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= www
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php70
|
|
|
|
PKGNAMESUFFIX= -opcache
|
|
|
|
USES= php:zend,noflavors
|
|
|
|
.include "${MASTERDIR}/Makefile"
|