Import of pkgsrc-2014Q1
This commit is contained in:
6
devel/php-opcache/DESCR
Normal file
6
devel/php-opcache/DESCR
Normal file
@@ -0,0 +1,6 @@
|
||||
php-opcache is the Zend OPcache module which provides faster PHP execution
|
||||
through opcode caching and optimization. It improves PHP performance by
|
||||
storing precompiled script bytecode in the shared memory. This eliminates the
|
||||
stages of reading code from the disk and compiling it on future access. In
|
||||
addition, it applies a few bytecode optimization patterns that make code
|
||||
execution faster.
|
||||
12
devel/php-opcache/Makefile
Normal file
12
devel/php-opcache/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
# $NetBSD: Makefile,v 1.2 2013/10/18 15:50:45 taca Exp $
|
||||
|
||||
MODNAME= opcache
|
||||
CATEGORIES+= devel
|
||||
COMMENT= PHP extension for opcode caching
|
||||
|
||||
PHP_VERSIONS_ACCEPTED= 55
|
||||
CONFIGURE_ARGS+= --enable-${MODNAME}=opcache
|
||||
USE_PHP_EXT_PATCHES= Yes
|
||||
|
||||
.include "../../lang/php/ext.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
Reference in New Issue
Block a user