pkgsrc/math/php-bcmath/Makefile

17 lines
354 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2009/07/10 20:00:00 jdolecek Exp $
MODNAME= bcmath
CATEGORIES+= math
COMMENT= PHP extension for bc-style arbitrary precision math
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-bcmath-[0-9]*
CONFIGURE_ARGS+= --enable-${MODNAME}
USE_PHP_EXT_PATCHES= yes
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"