0c8c815a0a
0.9.6 * Support for PHP 5.3. * The encoder is removed * The user cache functions are removed * The session handler is removed * The minimal PHP version supported is now 5.1 * Some internal refactoring to clean up the code * Fixed some bugs (and probably added some)
22 lines
591 B
Makefile
22 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.11 2010/03/16 13:58:07 taca Exp $
|
|
|
|
MODNAME= eaccelerator
|
|
PECL_VERSION= 0.9.6
|
|
CATEGORIES+= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eaccelerator/} \
|
|
http://bart.eaccelerator.net/source/${PECL_VERSION}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
HOMEPAGE= http://eaccelerator.net/
|
|
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"
|