1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/science/py-rmsd/Makefile
Yuri Victorovich 7af6138dd6 science/py-rmsd: Fix license
PR:		238134
Reported by:	tobik
2019-05-26 18:17:15 +00:00

22 lines
447 B
Makefile

# $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>