1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/biology/py-bx-python/Makefile
Yuri Victorovich 7697bf311c biology/py-bx-python: Update 0.8.11-6 -> 0.8.13
Reported by:	portscout
2021-12-21 01:03:57 -08:00

26 lines
610 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= bx-python
DISTVERSION= 0.8.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}/LICENSE
PY_DEPENDS= ${PYNUMPY}
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
USES= compiler python:3.6+
USE_PYTHON= autoplist cython distutils
post-install:
@${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bx -name "*.so" | ${XARGS} ${STRIP_CMD}
.include <bsd.port.mk>