aboutsummaryrefslogtreecommitdiff
path: root/biology/py-pysam/Makefile
blob: afec069f8422415a3bffe1c80a236e647d0794c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	pysam
DISTVERSION=	0.13
CATEGORIES=	biology python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Python module for reading, manipulating and writing genomic data sets

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gmake python
USE_PYTHON=	autoplist distutils cython cython_run

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

.include <bsd.port.mk>