1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/math/py-mpmath/Makefile
Wen Heping 0d7222619f - Update to 0.14
- Update my email to FreeBSD
2010-04-01 01:21:55 +00:00

23 lines
493 B
Makefile

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