summaryrefslogtreecommitdiff
path: root/math/pear-Math_BigInteger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/pear-Math_BigInteger/Makefile')
-rw-r--r--math/pear-Math_BigInteger/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/pear-Math_BigInteger/Makefile b/math/pear-Math_BigInteger/Makefile
new file mode 100644
index 00000000000..8e83074d3b7
--- /dev/null
+++ b/math/pear-Math_BigInteger/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2013/03/16 04:04:30 taca Exp $
+
+DISTNAME= Math_BigInteger-1.0.0
+CATEGORIES= math
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://pear.php.net/package/Math_BigInteger/
+COMMENT= Provides base-2, base-10, base-16, and base-256 numbers
+LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"