freebsd-ports/biology/pyfasta/Makefile
2010-12-02 13:42:09 +00:00

22 lines
452 B
Makefile

# Ports collection makefile for: pyfasta
# Date created: 18 Nov, 2009
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pyfasta
PORTVERSION= 0.4.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= 2.5+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>