pkgsrc/devel/php-memcache/Makefile
grant 7e3ae02921 Initial import of php-memcache 2.0.1.
This module provides the PHP API for memcached, the memory cache daemon.
2006-04-20 11:30:47 +00:00

14 lines
355 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/04/20 11:30:47 grant Exp $
#
MODNAME= memcache
PECL_VERSION= 2.0.1
CATEGORIES+= devel
COMMENT= PHP extension for memcached
CONFIGURE_ARGS+= --enable-${MODNAME}
WRKSRC= ${WRKDIR}/${MODNAME}-${PECL_VERSION}
.include "../../lang/php/ext.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"