mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
e39ea707bc
Reported by: portscout
26 lines
595 B
Makefile
26 lines
595 B
Makefile
PORTNAME= prodigy-lig
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.1.1
|
|
CATEGORIES= biology python
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Prediction of protein-small molecule binding affinities
|
|
WWW= https://nestor.science.uu.nl/prodigy/lig
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY} \
|
|
${PYTHON_PKGNAMEPREFIX}biopython>0:biology/py-biopython@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
|
|
|
|
USES= gmake python
|
|
USE_PYTHON= pep517 noflavors autoplist
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= haddocking
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|