1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/science/py-rmsd/Makefile

22 lines
447 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= rmsd
DISTVERSION= 1.3.2
PORTREVISION= 2
2019-01-18 02:07:03 +00:00
CATEGORIES= science
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Calculate root-mean-square deviation (RMSD) between coordinate sets
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist concurrent
.include <bsd.port.mk>