aboutsummaryrefslogtreecommitdiff
path: root/biology/py-bcbio-gff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/py-bcbio-gff/Makefile')
-rw-r--r--biology/py-bcbio-gff/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/biology/py-bcbio-gff/Makefile b/biology/py-bcbio-gff/Makefile
new file mode 100644
index 000000000000..60b3d02e75a3
--- /dev/null
+++ b/biology/py-bcbio-gff/Makefile
@@ -0,0 +1,17 @@
+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>