2012-09-12 01:04:15 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2012/09/11 23:04:30 asau Exp $
|
2004-10-31 20:30:29 +01:00
|
|
|
|
|
|
|
MODNAME= bcmath
|
|
|
|
CATEGORIES+= math
|
|
|
|
COMMENT= PHP extension for bc-style arbitrary precision math
|
|
|
|
|
2006-06-04 18:26:54 +02:00
|
|
|
CONFLICTS= php-bcmath-[0-9]*
|
2006-06-02 20:27:54 +02:00
|
|
|
|
2004-10-31 20:30:29 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
|
|
|
2009-07-10 22:00:00 +02:00
|
|
|
USE_PHP_EXT_PATCHES= yes
|
|
|
|
|
2004-10-31 20:30:29 +01:00
|
|
|
.include "../../lang/php/ext.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|