freebsd-ports/www/pecl-zendopcache/Makefile
2013-06-10 13:36:44 +00:00

34 lines
577 B
Makefile

# 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= *
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>