6be1f6208a
Reported by: potscout
18 lines
390 B
Makefile
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>
|