7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
30 lines
753 B
Makefile
30 lines
753 B
Makefile
# New ports collection makefile for: py-mpz
|
|
# Date created: 18 Oct 2001
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpz
|
|
PORTVERSION= ${PYTHON_PORTVERSION}
|
|
CATEGORIES= math python
|
|
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
|
|
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTFILES= ${PYTHON_DISTFILE}
|
|
|
|
MAINTAINER= tg@FreeBSD.org
|
|
COMMENT= Python bindings to the GNU Multiple Precision library
|
|
|
|
LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd
|
|
|
|
DIST_SUBDIR= python
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
WRKSRC= ${PYTHON_WRKSRC}/Modules
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/setup.py ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|