ad6ceadd25
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
19 lines
421 B
Makefile
19 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/01/18 05:14:37 tnn Exp $
|
|
#
|
|
|
|
MODNAME= memcache
|
|
PKGREVISION= 1
|
|
PECL_VERSION= 2.1.0
|
|
CATEGORIES+= devel
|
|
COMMENT= PHP extension for memcached
|
|
|
|
CONFLICTS= php-memcache-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
WRKSRC= ${WRKDIR}/${MODNAME}-${PECL_VERSION}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|