freebsd-ports/biology/py-pysam/Makefile
Yuri Victorovich 6be1f6208a biology/py-pysam: Update 0.15.4 -> 0.16.0
Reported by:	potscout
2020-06-09 05:03:48 +00:00

18 lines
390 B
Makefile

# $FreeBSD$
PORTNAME= pysam
DISTVERSION= 0.16.0
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python module for reading, manipulating and writing genomic data sets
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake python
USE_PYTHON= autoplist distutils cython cython_run
.include <bsd.port.mk>