pkgsrc/devel/php-gmp/Makefile
joerg 5fe074f21e Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:52 +00:00

13 lines
351 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:53 joerg Exp $
MODNAME= gmp
CATEGORIES+= devel math
COMMENT= PHP extension for arbitrary precision math
CONFLICTS= php-gmp-[0-9]*
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.gmp}
.include "../../lang/php/ext.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"