summaryrefslogtreecommitdiff
path: root/math/php4-bcmath/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-16 07:00:05 +0000
committerjlam <jlam>2001-10-16 07:00:05 +0000
commit8597eb9f41b814c8f8a3873e4da060a2554599bb (patch)
treeedf8518411ac5518f8c78feabcbcf3f1c6dbc5d7 /math/php4-bcmath/Makefile
parentf58aa06a4a318873dc5375175411f507aec70d6a (diff)
downloadpkgsrc-8597eb9f41b814c8f8a3873e4da060a2554599bb.tar.gz
math/php4-bcmath: PHP4 extension for bc-style arbitrary precision math
This version is from the php-4.0.6 distribution.
Diffstat (limited to 'math/php4-bcmath/Makefile')
-rw-r--r--math/php4-bcmath/Makefile13
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"