77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
17 lines
372 B
Makefile
17 lines
372 B
Makefile
PORTNAME= py2bit
|
|
DISTVERSION= 0.3.0
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Python interface for 2bit packed nucleotide files
|
|
WWW= https://github.com/deeptools/py2bit
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|