1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/biology/py-dnaio/Makefile
Jason W. Bacon 0a773a86c6 biology/py-dnaio: Upgrade to 0.4.2
Reported by:    portscout
2020-05-24 15:23:15 +00:00

21 lines
423 B
Makefile

# $FreeBSD$
PORTNAME= dnaio
DISTVERSION= 0.4.2
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
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
USES= python:3.4+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>