diff options
Diffstat (limited to 'math/php4-bcmath/Makefile')
-rw-r--r-- | math/php4-bcmath/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/php4-bcmath/Makefile b/math/php4-bcmath/Makefile new file mode 100644 index 00000000000..24c1200397c --- /dev/null +++ b/math/php4-bcmath/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:00:05 jlam Exp $ + +.include "../../www/php4/Makefile.module" + +MODNAME= bcmath +CATEGORIES+= math +PHP_PKG_VERS= # empty +COMMENT= PHP4 extension for bc-style arbitrary precision math + +USE_BUILDLINK_ONLY= YES +CONFIGURE_ARGS+= --enable-${MODNAME} + +.include "../../mk/bsd.pkg.mk" |