freebsd-ports/biology/pyfasta/Makefile

19 lines
392 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyfasta
PORTVERSION= 0.4.5
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= 2.5+
USE_PYDISTUTILS= easy_install
NO_STAGE= yes
.include <bsd.port.mk>