14 lines
315 B
Makefile
14 lines
315 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/09/11 23:04:30 asau Exp $
|
|
|
|
MODNAME= bcmath
|
|
CATEGORIES+= math
|
|
COMMENT= PHP extension for bc-style arbitrary precision math
|
|
|
|
CONFLICTS= php-bcmath-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
|
|
USE_PHP_EXT_PATCHES= yes
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|