pkgsrc/math/php-bcmath/Makefile

15 lines
315 B
Makefile
Raw Normal View History

2012-09-12 01:04:15 +02:00
# $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"