efaa7cc98f
Fix compatibility with biopython 1.81 Changes: https://github.com/chapmanb/bcbb/commits/master Reported by: portscout
17 lines
406 B
Makefile
17 lines
406 B
Makefile
PORTNAME= bcbio-gff
|
|
DISTVERSION= 0.7.0
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Read and write Generic Feature Format (GFF) with Biopython integration
|
|
WWW= https://pypi.python.org/project/bcbio-gff/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|