blob: 3babb3c7b0b4d742f4a8bf0c523cf135631fd51f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 2
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php55
PKGNAMESUFFIX= -opcache
USES= php:zend
.include "${MASTERDIR}/Makefile"
|