diff options
Diffstat (limited to 'math/R-cran-ChangeAnomalyDetection/Makefile')
-rw-r--r-- | math/R-cran-ChangeAnomalyDetection/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/math/R-cran-ChangeAnomalyDetection/Makefile b/math/R-cran-ChangeAnomalyDetection/Makefile index bc2b25b6c1cd..925b6a4b2e2d 100644 --- a/math/R-cran-ChangeAnomalyDetection/Makefile +++ b/math/R-cran-ChangeAnomalyDetection/Makefile @@ -1,6 +1,6 @@ PORTNAME= ChangeAnomalyDetection PORTVERSION= 0.1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -8,7 +8,13 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Change Anomaly Detection WWW= https://cran.r-project.org/web/packages/ChangeAnomalyDetection/ -LICENSE= BSD +LICENSE= BSDunclear +LICENSE_NAME= Unclear BSD License +LICENSE_TEXT= License of this software is declared as 'BSD' in DESCRIPTION. \ + But it is not clear which versions of the BSD license (2, \ + 3 or 4 clause) it is. No further file in the source archive \ + contains license information. +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= R-cran-TTR>0:finance/R-cran-TTR \ R-cran-forecast>0:math/R-cran-forecast |