diff options
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/ |