Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / py-gmpy / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       gmpy
5 PORTVERSION=    1.17
6 PORTREVISION=   1
7 CATEGORIES=     math python
8 MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     wen@FreeBSD.org
12 COMMENT=        Python Extension that Wraps the GMP Library
13
14 LIB_DEPENDS=    libgmp.so:${PORTSDIR}/math/gmp
15
16 USES=           python zip
17 USE_PYTHON=     distutils autoplist
18
19 post-extract:
20         ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
21                 ${WRKSRC}/setup.py
22
23 .include <bsd.port.mk>