freebsd-ports/math/py-mpmath/Makefile

23 lines
540 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= mpmath
2021-02-15 01:09:26 +01:00
PORTVERSION= 1.2.1
2014-06-22 12:40:10 +02:00
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python Library for Arbitrary-precision Floating-point Arithmetic
2014-06-22 12:35:14 +02:00
LICENSE= BSD3CLAUSE
2021-02-15 01:09:26 +01:00
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy>=0:math/py-gmpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>