aboutsummaryrefslogtreecommitdiff
path: root/math/py-mpmath
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2014-06-22 10:35:14 +0000
committerWen Heping <wen@FreeBSD.org>2014-06-22 10:35:14 +0000
commitdea94d1fd8b598c272c2d12296cd9ced7caa167a (patch)
tree14a676081183da9e78db29d30797ca4e92979170 /math/py-mpmath
parent770fd39d2c1114737ff319b5f5b2266bd55f38c9 (diff)
downloadports-dea94d1fd8b598c272c2d12296cd9ced7caa167a.tar.gz
ports-dea94d1fd8b598c272c2d12296cd9ced7caa167a.zip
- Add LICENSE
- Pet portlint
Notes
Notes: svn path=/head/; revision=358782
Diffstat (limited to 'math/py-mpmath')
-rw-r--r--math/py-mpmath/Makefile4
-rw-r--r--math/py-mpmath/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile
index 7ee3b09b8a89..2dc46aa303fe 100644
--- a/math/py-mpmath/Makefile
+++ b/math/py-mpmath/Makefile
@@ -3,13 +3,15 @@
PORTNAME= mpmath
PORTVERSION= 0.19
-CATEGORIES= math python
+CATEGORIES= devel math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python Library for Arbitrary-precision Floating-point Arithmetic
+LICENSE= BSD3CLAUSE
+
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy
USE_PYTHON= yes
diff --git a/math/py-mpmath/pkg-descr b/math/py-mpmath/pkg-descr
index 46610b6a2d34..dbeafdc4330c 100644
--- a/math/py-mpmath/pkg-descr
+++ b/math/py-mpmath/pkg-descr
@@ -8,4 +8,4 @@ asymptotically fast algorithms that scale well for extremely high
precision work. If available, mpmath will (optionally) use gmpy to
speed up high precision operations.
-WWW: http://code.google.com/p/mpmath/
+WWW: http://code.google.com/p/mpmath/