mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
4b8e8bc918
Also silenced STRIP_CMD. Reported by: portscout
22 lines
469 B
Makefile
22 lines
469 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pysam
|
|
DISTVERSION= 0.14.1
|
|
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>
|