summaryrefslogtreecommitdiff
path: root/biology/pyfasta/Makefile
blob: a5238eb14c5fe66d5eaf697231c665c3aecc9531 (plain)
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=	4
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:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>