While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
16 lines
383 B
Makefile
16 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/06/04 16:26:53 joerg Exp $
|
|
#
|
|
|
|
MODNAME= memcache
|
|
PECL_VERSION= 2.0.1
|
|
CATEGORIES+= devel
|
|
COMMENT= PHP extension for memcached
|
|
|
|
CONFLICTS= php-memcache-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
WRKSRC= ${WRKDIR}/${MODNAME}-${PECL_VERSION}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|