PORTNAME=	hits
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	biology python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Utilities for processing high-throughput sequencing experiments
WWW=		https://github.com/jeffhussmann/hits

LICENSE=	GPLv3

USES=		python
USE_PYTHON=	distutils cython autoplist

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/hits/*.so

.include <bsd.port.mk>
