summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/php-bcmath/DESCR2
-rw-r--r--math/php-bcmath/Makefile13
2 files changed, 15 insertions, 0 deletions
diff --git a/math/php-bcmath/DESCR b/math/php-bcmath/DESCR
new file mode 100644
index 00000000000..d8f75669ad8
--- /dev/null
+++ b/math/php-bcmath/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides support for bc-style arbitrary precision math.
diff --git a/math/php-bcmath/Makefile b/math/php-bcmath/Makefile
new file mode 100644
index 00000000000..5be398a773b
--- /dev/null
+++ b/math/php-bcmath/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $
+
+MODNAME= bcmath
+CATEGORIES+= math
+PKGREVISION= # empty
+COMMENT= PHP extension for bc-style arbitrary precision math
+
+USE_BUILDLINK3= YES
+
+CONFIGURE_ARGS+= --enable-${MODNAME}
+
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"