aboutsummaryrefslogtreecommitdiff
path: root/biology/pyfasta/Makefile
blob: 6c190c2737b0de184df5621fd622a05b4dcc8af6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	pyfasta
PORTVERSION=	0.5.2
PORTREVISION=	6
CATEGORIES=	biology python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Fast, memory-efficient, pythonic access to fasta sequence files
WWW=		https://bitbucket.org/brentp/biostuff/src/

LICENSE=	MIT

BUILD_DEPENDS=	${PYNUMPY}
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>