diff options
author | wen <wen@FreeBSD.org> | 2014-06-22 18:35:14 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-06-22 18:35:14 +0800 |
commit | ebac41054472bd8c98aef22a64b051fd051aef36 (patch) | |
tree | 14a676081183da9e78db29d30797ca4e92979170 /math | |
parent | d1f9f41ab55fe2e96c5e0d21e1a41935d28e8a22 (diff) | |
download | freebsd-ports-gnome-ebac41054472bd8c98aef22a64b051fd051aef36.tar.gz freebsd-ports-gnome-ebac41054472bd8c98aef22a64b051fd051aef36.tar.zst freebsd-ports-gnome-ebac41054472bd8c98aef22a64b051fd051aef36.zip |
- Add LICENSE
- Pet portlint
Diffstat (limited to 'math')
-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/ |