1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/biology/py-deeptoolsintervals/Makefile
Jason W. Bacon 06e26353b2 biology/py-deeptoolsintervals: Python interface for deepTools interval trees
Deeptools_intervals is an interval tree backend designed to interface
with deepTools, supporting metadata associated with each interval.
2021-10-13 11:02:13 -05:00

17 lines
340 B
Makefile

PORTNAME= deeptoolsintervals
DISTVERSION= 0.1.9
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Python interface for deepTools interval trees
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>