1 # $NetBSD: Makefile,v 1.5 2012/04/08 19:09:07 wiz Exp $
5 PKGNAME
= ${PYPKGPREFIX}-${DISTNAME}
7 MASTER_SITES
= http
://mpmath.googlecode.com
/files
/
9 MAINTAINER
= pkgsrc-users@NetBSD.org
10 HOMEPAGE
= http
://code.google.com
/p
/mpmath
/
11 COMMENT
= Python library for arbitrary-precision FP arithmetic
17 TEST_ENV
+= PYTHONPATH
=${WRKSRC}/build
/lib
19 ${RUN} cd
${WRKSRC}/build
/lib
/mpmath
/tests
; \
20 ${SETENV} ${TEST_ENV} ${PYTHONBIN} runtests.py
22 .
include "../../lang/python/extension.mk"
24 #.include "../../math/py-gmpy/buildlink3.mk"
25 .
include "../../mk/bsd.pkg.mk"