1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/biology/prodigy-lig/Makefile
Yuri Victorovich e39ea707bc biology/prodigy-lig: update 1.1.0 → 1.1.1
Reported by:	portscout
2024-04-26 22:55:21 -07:00

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>