2008-10-19 13:50:08 +00:00
|
|
|
# New ports collection makefile for: py-mpmath
|
|
|
|
# Date created: 2008-10-16
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mpmath
|
2010-04-01 01:21:55 +00:00
|
|
|
PORTVERSION= 0.14
|
2008-10-19 13:50:08 +00:00
|
|
|
CATEGORIES= math python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-04-01 01:21:55 +00:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2008-10-19 13:50:08 +00:00
|
|
|
COMMENT= Python Library for Arbitrary-precision Floating-point Arithmetic
|
|
|
|
|
2010-04-01 01:21:55 +00:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy
|
2008-10-19 13:50:08 +00:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|