2010-05-31 Bart Vanbrabant <bart at vanbrabant.eu> * Release version 0.9.6.1 * php_check_open_basedir only needs to be called when restoring 2010-02-25 Hans Rakers <hans at react.nl> * Fixed class static variable restore where parent was protected static and child was public static. This would lead to error 'Access to undeclared static property' upon restore from cache * Added proper handling of class properties during storing in cache. Public/private/protected is properly handled now. Somehow this was a long overdue TODO spotted by running the testsuite. This fixes ticket #408 * Small fix that solves some issues with lambda (closure) functions. This solves ticket #405
22 lines
614 B
Makefile
22 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.14 2011/08/20 14:19:35 taca Exp $
|
|
|
|
MODNAME= eaccelerator
|
|
PECL_VERSION= 0.9.6.1
|
|
CATEGORIES+= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eaccelerator/} \
|
|
http://bart.eaccelerator.net/source/${PECL_VERSION}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
HOMEPAGE= http://sourceforge.net/projects/eaccelerator/
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
COMMENT= PHP accelerator, optimizer, encoder and dynamic content cache
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= php-eaccelator-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|