freebsd-ports/biology/pyfasta/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

21 lines
437 B
Makefile

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>