1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Add LICENSE

- Pet portlint
This commit is contained in:
Wen Heping 2014-06-22 10:35:14 +00:00
parent 770fd39d2c
commit dea94d1fd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358782
2 changed files with 4 additions and 2 deletions

View File

@ -3,13 +3,15 @@
PORTNAME= mpmath PORTNAME= mpmath
PORTVERSION= 0.19 PORTVERSION= 0.19
CATEGORIES= math python CATEGORIES= devel math python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org MAINTAINER= wen@FreeBSD.org
COMMENT= Python Library for Arbitrary-precision Floating-point Arithmetic COMMENT= Python Library for Arbitrary-precision Floating-point Arithmetic
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy
USE_PYTHON= yes USE_PYTHON= yes

View File

@ -8,4 +8,4 @@ asymptotically fast algorithms that scale well for extremely high
precision work. If available, mpmath will (optionally) use gmpy to precision work. If available, mpmath will (optionally) use gmpy to
speed up high precision operations. speed up high precision operations.
WWW: http://code.google.com/p/mpmath/ WWW: http://code.google.com/p/mpmath/