diff options
author | Wen Heping <wen@FreeBSD.org> | 2014-06-22 10:35:14 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2014-06-22 10:35:14 +0000 |
commit | dea94d1fd8b598c272c2d12296cd9ced7caa167a (patch) | |
tree | 14a676081183da9e78db29d30797ca4e92979170 /math/py-mpmath | |
parent | 770fd39d2c1114737ff319b5f5b2266bd55f38c9 (diff) | |
download | ports-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/Makefile | 4 | ||||
-rw-r--r-- | math/py-mpmath/pkg-descr | 2 |
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/ |