d92344039b
py2bit is a python extension, written in C, for quick access to 2bit files for randomly accessible, packed nucleotide sequences. The extension uses lib2bit for file access.
16 lines
336 B
Makefile
16 lines
336 B
Makefile
PORTNAME= py2bit
|
|
DISTVERSION= 0.3.0
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Python interface for 2bit packed nucleotide files
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|