2013-01-13 05:44:50 +01:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2008-07-18 15:15:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gmpy
|
2013-08-18 16:49:48 +02:00
|
|
|
PORTVERSION= 1.17
|
2014-02-15 11:26:11 +01:00
|
|
|
PORTREVISION= 1
|
2008-07-18 15:15:24 +02:00
|
|
|
CATEGORIES= math python
|
2016-09-14 17:59:34 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2008-07-18 15:15:24 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-10-22 13:07:10 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2009-02-09 18:06:06 +01:00
|
|
|
COMMENT= Python Extension that Wraps the GMP Library
|
2008-07-18 15:15:24 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
2008-07-18 15:15:24 +02:00
|
|
|
|
2014-10-21 18:54:54 +02:00
|
|
|
USES= python zip
|
|
|
|
USE_PYTHON= distutils autoplist
|
2008-07-18 15:15:24 +02:00
|
|
|
|
2009-07-01 14:34:27 +02:00
|
|
|
post-extract:
|
|
|
|
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
|
|
|
|
${WRKSRC}/setup.py
|
|
|
|
|
2008-07-18 15:15:24 +02:00
|
|
|
.include <bsd.port.mk>
|