mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
57f1865da8
Approved by: portmgr (implicit)
22 lines
406 B
Makefile
22 lines
406 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyfasta
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Fast, memory-efficient, pythonic access to fasta sequence files
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|