aboutsummaryrefslogtreecommitdiff
path: root/science/py-rmsd
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-05-26 18:17:15 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-05-26 18:17:15 +0000
commit7af6138dd6327d615828da7fb6e9fbfc8d0e3751 (patch)
tree10b8d9ff6df5007347eaa851e0812c39ec306f7c /science/py-rmsd
parent975ef4e089188131565fc545a048db0f7da582a5 (diff)
downloadports-7af6138dd6327d615828da7fb6e9fbfc8d0e3751.tar.gz
ports-7af6138dd6327d615828da7fb6e9fbfc8d0e3751.zip
science/py-rmsd: Fix license
PR: 238134 Reported by: tobik
Notes
Notes: svn path=/head/; revision=502739
Diffstat (limited to 'science/py-rmsd')
-rw-r--r--science/py-rmsd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/science/py-rmsd/Makefile b/science/py-rmsd/Makefile
index 09c2d70169b2..6fe343e3e416 100644
--- a/science/py-rmsd/Makefile
+++ b/science/py-rmsd/Makefile
@@ -10,8 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Calculate root-mean-square deviation (RMSD) between coordinate sets
-LICENSE= APACHE20
-xLICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}