freebsd-ports/biology/py-dnaio/Makefile
Jason W. Bacon 1775de91c8 biology/py-dnaio: Read and write FASTQ and FASTA
Factored out of py-cutadapt

Reviewed by:    jrm
2019-03-24 19:40:26 +00:00

18 lines
328 B
Makefile

# $FreeBSD$
PORTNAME= dnaio
DISTVERSION= 0.3
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Read and write FASTQ and FASTA
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.4+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>