mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
18 lines
407 B
Makefile
18 lines
407 B
Makefile
PORTNAME= ChangeAnomalyDetection
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 10
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Change Anomaly Detection
|
|
WWW= https://cran.r-project.org/web/packages/ChangeAnomalyDetection/
|
|
|
|
LICENSE= BSD
|
|
|
|
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>
|