aboutsummaryrefslogtreecommitdiff
path: root/science/py-rmsd/Makefile
blob: d9edf7efa2707d85b6e1011e6ad57006b87aa844 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
USE_PYTHON=	distutils autoplist concurrent

.include <bsd.port.mk>