13d6c974c4
No relevant changes, just an upstream wheel fix. Reported by: portscout
22 lines
495 B
Makefile
22 lines
495 B
Makefile
PORTNAME= pyBigWig
|
|
DISTVERSION= 0.3.21
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Python access to bigWig files using libBigWig
|
|
WWW= https://pypi.org/project/pyBigWig/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
USES= localbase python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyBigWig*.so
|
|
|
|
.include <bsd.port.mk>
|