diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-31 19:48:34 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-31 19:48:34 +0000 |
commit | 04b39f4e75824467454cab8d10db950d582b3252 (patch) | |
tree | 7cdf6a671bb77fb6aa94efd9472455d84d7edf1d /math | |
parent | - Update to version 1.5.2 (diff) |
- Use ports/lang/python's MD5_FILE.
- Take maintainership
Approved by: tg (previous maintainer)
Notes
Notes:
svn path=/head/; revision=86074
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpz/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile index 0ce7a678b7e9..90580c90dad2 100644 --- a/math/py-mpz/Makefile +++ b/math/py-mpz/Makefile @@ -8,12 +8,12 @@ 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}/ +MASTER_SITES= ${MASTER_SITE_PYTHON} +MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${PYTHON_DISTFILE} -MAINTAINER= tg@FreeBSD.org +MAINTAINER= perky@FreeBSD.org COMMENT= Python bindings to the GNU Multiple Precision library LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd @@ -22,6 +22,7 @@ DIST_SUBDIR= python USE_PYTHON= yes USE_PYDISTUTILS=yes WRKSRC= ${PYTHON_WRKSRC}/Modules +MD5_FILE= ${PORTSDIR}/lang/python/distinfo post-extract: @${CP} ${FILESDIR}/setup.py ${WRKSRC} |