aboutsummaryrefslogblamecommitdiff
path: root/biology/pyfasta/Makefile
blob: 8c9c055b0a4c2427650803e3a306bad8ba571e6a (plain) (tree)
1
2
3
4
5
6
7
8
                                          

                       
                     
                 

                              
                                       



                                                                               

                   
                          
                                
 
                           
                                   

                      
# Created by: Wen Heping <wen@FreeBSD.org>

PORTNAME=	pyfasta
PORTVERSION=	0.5.2
PORTREVISION=	4
CATEGORIES=	biology python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

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:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>