1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/biology/py-pysam/Makefile
2020-11-15 19:26:37 +00:00

19 lines
392 B
Makefile

# $FreeBSD$
PORTNAME= pysam
DISTVERSION= 0.16.0.1
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>