1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/science/py-rmsd/Makefile
2023-04-23 09:09:58 +00:00

21 lines
470 B
Makefile

PORTNAME= rmsd
DISTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Calculate root-mean-square deviation (RMSD) between coordinate sets
WWW= https://github.com/charnley/rmsd
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist concurrent
.include <bsd.port.mk>