2015-12-05 07:07:32 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2015/12/05 06:07:32 taca Exp $
|
2013-07-29 18:43:17 +02:00
|
|
|
|
|
|
|
MODNAME= opcache
|
|
|
|
CATEGORIES+= devel
|
|
|
|
COMMENT= PHP extension for opcode caching
|
|
|
|
|
2015-02-15 10:03:15 +01:00
|
|
|
PHP_ZEND_EXTENSION= yes
|
2013-07-29 18:43:17 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}=opcache
|
2013-10-18 17:50:45 +02:00
|
|
|
USE_PHP_EXT_PATCHES= Yes
|
2013-07-29 18:43:17 +02:00
|
|
|
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|