Files
ports/math/R-cran-ChangeAnomalyDetection/Makefile
T
Muhammad Moinur Rahman baee44ab43 math/R-cran-ChangeAnomalyDetection: Fix license
The BSD license is ambiguous here as there is no specific mentions of
which BSD license. Also this has been removed from the CRAN repository
so no easy way to find the origin.

Approved by:	portmgr (blanket)
2025-05-31 14:38:50 +02:00

25 lines
753 B
Makefile

PORTNAME= ChangeAnomalyDetection
PORTVERSION= 0.1.0
PORTREVISION= 11
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Change Anomaly Detection
WWW= https://cran.r-project.org/web/packages/ChangeAnomalyDetection/
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
USES= cran:auto-plist
.include <bsd.port.mk>