From ebac41054472bd8c98aef22a64b051fd051aef36 Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 22 Jun 2014 10:35:14 +0000 Subject: - Add LICENSE - Pet portlint --- math/py-mpmath/Makefile | 4 +++- math/py-mpmath/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'math') 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/ -- cgit