8572e2517c
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
12 lines
290 B
Makefile
12 lines
290 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/06/04 16:26:54 joerg Exp $
|
|
|
|
MODNAME= bcmath
|
|
CATEGORIES+= math
|
|
COMMENT= PHP extension for bc-style arbitrary precision math
|
|
|
|
CONFLICTS= php-bcmath-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|