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