diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-03-06 06:40:50 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-03-06 06:40:50 +0000 |
commit | c01d2361ab8cc50ecf14b5da915da764a590f02f (patch) | |
tree | 291af5418099cf7ebe274c22b3e95bfe5ff67c30 /biology/py-biopython/Makefile | |
parent | 6625e8d4fa26bc278b40a1b892a62543afd22dbc (diff) |
- Update to 1.59
PR: ports/165582
Submitted by: wen@ (myself)
Approved by: Mauricio Herrera Cuadra <mauricio@arareko.net> (maintainer, via email)
Notes
Notes:
svn path=/head/; revision=292807
Diffstat (limited to 'biology/py-biopython/Makefile')
-rw-r--r-- | biology/py-biopython/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/biology/py-biopython/Makefile b/biology/py-biopython/Makefile index a08c1eebc8e9..561c778bca29 100644 --- a/biology/py-biopython/Makefile +++ b/biology/py-biopython/Makefile @@ -6,7 +6,7 @@ # PORTNAME= biopython -PORTVERSION= 1.57 +PORTVERSION= 1.59 CATEGORIES= biology python MASTER_SITES= http://www.biopython.org/DIST/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +15,11 @@ MAINTAINER= mauricio@arareko.net COMMENT= A collection of Python modules for bioinformatics BUILD_DEPENDS= ${PYNUMPY} -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYNUMPY} -USE_PYTHON= 2.5+ -USE_PYDISTUTILS=yes +USE_PYTHON= 2.5-2.7 +USE_PYDISTUTILS= easy_install +PYEASYINSTALL_ARCHDEP= yes .if !defined(WITHOUT_REPORTLAB) BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab |