aboutsummaryrefslogtreecommitdiffstats
path: root/www/pecl-zendopcache/Makefile
blob: 43b9739e097853c4347f3553a793da423b1b7c4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$

PORTNAME=   zendopcache
PORTVERSION=    7.0.2
CATEGORIES= www
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
EXTRACT_SUFX=   .tgz
DIST_SUBDIR=    PECL

MAINTAINER= ale@FreeBSD.org
COMMENT=    Opcode cacher and optimizer for PHP

LICENSE=    PHP301

OPTIONS_DEFINE= DOCS

USE_PHP=    yes
USE_PHP_BUILD=  yes
USE_ZENDEXT=    yes
PHP_MODNAME=    opcache

PORTDOCS=   *

NO_STAGE=   yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDOCS}
post-install:
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>