aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-mpmath/Makefile
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-04-01 09:21:55 +0800
committerwen <wen@FreeBSD.org>2010-04-01 09:21:55 +0800
commit12813c40a57fcbb0175b9575ca0e8d09ec8a47c8 (patch)
tree577b690a2377415ec18480972dd3bc1ecbd3879d /math/py-mpmath/Makefile
parent588e5c4ec63813e45237851e008956d80f298ed5 (diff)
downloadfreebsd-ports-gnome-12813c40a57fcbb0175b9575ca0e8d09ec8a47c8.tar.gz
freebsd-ports-gnome-12813c40a57fcbb0175b9575ca0e8d09ec8a47c8.tar.zst
freebsd-ports-gnome-12813c40a57fcbb0175b9575ca0e8d09ec8a47c8.zip
- Update to 0.14
- Update my email to FreeBSD
Diffstat (limited to 'math/py-mpmath/Makefile')
-rw-r--r--math/py-mpmath/Makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile
index f7e4a6d7c7ac..f0189271bc29 100644
--- a/math/py-mpmath/Makefile
+++ b/math/py-mpmath/Makefile
@@ -6,29 +6,17 @@
#
PORTNAME= mpmath
-PORTVERSION= 0.10
-PORTREVISION= 2
+PORTVERSION= 0.14
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= wenheping@gmail.com
+MAINTAINER= wen@FreeBSD.org
COMMENT= Python Library for Arbitrary-precision Floating-point Arithmetic
-BUILD_DEPENDS= ${LOCALBASE}/bin/sphinx-build:${PORTSDIR}/textproc/py-sphinx \
- ${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-post-install:
- @cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} build.py
-.if !defined(NOPORTDOCS)
- @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
- @cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} build.py
- @cd ${WRKSRC}/doc/build && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \;
- @cd ${WRKSRC}/doc/build && ${FIND} . -type f -exec \
- ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
- @${ECHO_MSG} " [DONE]"
-.endif
.include <bsd.port.mk>