13 lines
206 B
Makefile
13 lines
206 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php70
|
|
|
|
PKGNAMESUFFIX= -opcache
|
|
|
|
USES= php:zend
|
|
|
|
.include "${MASTERDIR}/Makefile"
|