|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
PORTNAME= biopython |
3 |
PORTNAME= biopython |
| 4 |
PORTVERSION= 1.73 |
4 |
PORTVERSION= 1.77 |
| 5 |
PORTREVISION= 1 |
|
|
| 6 |
CATEGORIES= biology python |
5 |
CATEGORIES= biology python |
| 7 |
MASTER_SITES= http://www.biopython.org/DIST/ |
6 |
MASTER_SITES= http://www.biopython.org/DIST/ |
| 8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 26-32
Link Here
|
| 26 |
REPORTLAB_DESC= PDF support in Bio.Graphics module |
25 |
REPORTLAB_DESC= PDF support in Bio.Graphics module |
| 27 |
REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR} |
26 |
REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR} |
| 28 |
pre-configure: # unbreak for python3: README.rst can't be decoded with the ascii codec: https://github.com/biopython/biopython/issues/1649 |
|
|
| 29 |
@truncate -s 0 ${WRKSRC}/README.rst |
| 30 |
|
| 31 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |