77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
17 lines
389 B
Makefile
17 lines
389 B
Makefile
PORTNAME= deeptoolsintervals
|
|
DISTVERSION= 0.1.9
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Python interface for deepTools interval trees
|
|
WWW= https://github.com/deeptools/deeptools_intervals
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|