blob: 1726053f93c1329ed27e7a0cf6dd2632996af5ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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:3.6+
USE_PYTHON= autoplist distutils cython cython_run
.include <bsd.port.mk>
|