mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
0f12812f16
No real changes from 0.3.21 Add patch to resolve conflict with roundup() macro in sys/param.h Reported by: pkg-fallout
23 lines
495 B
Makefile
23 lines
495 B
Makefile
PORTNAME= pyBigWig
|
|
DISTVERSION= 0.3.22
|
|
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>
|