2012-09-25 10:06:42 +02:00
|
|
|
# Created by: Johann Visagie <johann@egenetics.com>
|
2000-07-31 14:12:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= biopython
|
2018-12-22 05:54:51 +01:00
|
|
|
PORTVERSION= 1.73
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 1
|
2000-07-31 14:12:24 +02:00
|
|
|
CATEGORIES= biology python
|
2006-10-31 14:25:21 +01:00
|
|
|
MASTER_SITES= http://www.biopython.org/DIST/
|
2001-06-15 15:25:56 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2000-07-31 14:12:24 +02:00
|
|
|
|
2005-11-11 02:15:35 +01:00
|
|
|
MAINTAINER= mauricio@arareko.net
|
2012-09-25 10:06:42 +02:00
|
|
|
COMMENT= Collection of Python modules for bioinformatics
|
2000-07-31 14:12:24 +02:00
|
|
|
|
2018-05-14 00:30:00 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
|
|
|
|
2010-07-02 04:57:19 +02:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
2012-03-06 07:40:50 +01:00
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
2001-06-15 15:25:56 +02:00
|
|
|
|
2018-05-14 00:30:00 +02:00
|
|
|
USES= python
|
2014-10-19 09:38:11 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2001-06-15 15:25:56 +02:00
|
|
|
|
2015-01-19 21:21:12 +01:00
|
|
|
OPTIONS_DEFINE= REPORTLAB
|
|
|
|
OPTIONS_DEFAULT= REPORTLAB
|
|
|
|
|
|
|
|
REPORTLAB_DESC= PDF support in Bio.Graphics module
|
2018-06-20 19:05:41 +02:00
|
|
|
REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR}
|
2018-05-14 00:30:00 +02:00
|
|
|
|
|
|
|
pre-configure: # unbreak for python3: README.rst can't be decoded with the ascii codec: https://github.com/biopython/biopython/issues/1649
|
|
|
|
@truncate -s 0 ${WRKSRC}/README.rst
|
2002-01-22 11:54:02 +01:00
|
|
|
|
2000-07-31 14:12:24 +02:00
|
|
|
.include <bsd.port.mk>
|