diff options
Diffstat (limited to 'biology/pyfasta/Makefile')
-rw-r--r-- | biology/pyfasta/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/biology/pyfasta/Makefile b/biology/pyfasta/Makefile new file mode 100644 index 000000000000..6c819734c88c --- /dev/null +++ b/biology/pyfasta/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: pyfasta +# Date created: 18 Nov, 2009 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pyfasta +PORTVERSION= 0.3.1 +CATEGORIES= biology python +MASTER_SITES= CHEESESHOP + +MAINTAINER= wen@FreeBSD.org +COMMENT= Fast, memory-efficient, pythonic access to fasta sequence files + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include <bsd.port.mk> |