aboutsummaryrefslogtreecommitdiffstats
path: root/biology/pyfasta/Makefile
blob: 14c6021138ccfc2ba47a5112a8ae1e87a60be823 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:    pyfasta
# Date created:             18 Nov, 2009
# Whom:                 Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pyfasta
PORTVERSION=    0.3.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=     yes
USE_PYDISTUTILS=    easy_install

.include <bsd.port.mk>