pkgsrc/www/php-apc/Makefile
taca 794e146889 Update php-apc package to 3.1.3p1.
* Several pkgsrc clean up.


3.1.3p1
	- fix pecl build / package.xml (Gopal)

3.1.3
	- 5.3 support + test-cases (Gopal)
	- Lazy loading support (Shire)
	- Fix PCRE module init order issues (Shire)
	- APCIterator fixes (Shire)
	- Cache slam checks (Gopal)
	- ZEND_JMP_SET support (Shire)
	- apc.use_request_time option (shire)
	- apc.php hostname fixes (Shire)
	- memprotect framework (Gopal)
	- Win32 build-fixes (Kalle)
2010-03-16 13:57:27 +00:00

28 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.11 2010/03/16 13:57:27 taca Exp $
MODNAME= apc
PECL_VERSION= 3.1.3p1
CATEGORIES+= sysutils
COMMENT= Alternative PHP Cache
MAINTAINER= pkgsrc-users@NetBSD.org
CONFLICTS= php-apc-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --enable-${MODNAME}
WRKSRC= ${WRKDIR}/APC-${PECL_VERSION}
PLIST_SRC+= ${.CURDIR}/PLIST.extras
PLIST_SUBST+= PKGBASE=${PKGBASE:Q}
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
INSTALLATION_DIRS= ${DOCDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${DOCDIR}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"