freebsd-ports/biology/py-bcbio-gff/Makefile

18 lines
406 B
Makefile
Raw Normal View History

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>