aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-mpmath/Makefile
blob: da7753a05bb5ffaf11f4056fb975869ad92c2f60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   mpmath
PORTVERSION=    0.19
CATEGORIES= 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

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>