pkgsrc/devel/php-memcache/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

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"