blob: 6fe343e3e41681bff6499e4dfb4759b2dd8fef50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= rmsd
DISTVERSION= 1.3.2
PORTREVISION= 1
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>
|