mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
17 lines
340 B
Makefile
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>
|