pkgsrc/www/php-apc/Makefile
jdolecek f1f746e482 Update www/php-apc to latest 3.1.2
Changes in 3.1.2:
- pecl package.xml/build fixes (bjori)

Changes in 3.1.1:
- PHP4 compatibilty break
- apc_pool allocator (Gopal)
- doubly-linked sma allocator (Shire)
- php 5.3 gc compatibility (Gopal)
- APCIterator for easy access (Shire)
- apc_delete_file (Shire)
- apc_inc/apc_dec/apc_cas functions (Shire)
- apc.canonicalize (Gopal)
- apc.preload_path (Gopal)
- apc.rfc1867_ttl (Shire)
- apc.file_md5 (Shire)
- consolidate locking macros (Shire)
- remove futex/TSRM locks (Shire)
- non-blocking semaphore locks (Shire)
- zval* object rework (Gopal)

Mark this package PHP5-only
2009-07-10 19:48:32 +00:00

30 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/07/10 19:48:32 jdolecek Exp $
MODNAME= apc
PECL_VERSION= 3.1.2
CATEGORIES+= sysutils
COMMENT= Alternative PHP Cache
PHP_VERSIONS_ACCEPTED= 5
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-apc-[0-9]*
MAINTAINER= pkgsrc-users@NetBSD.org
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"