1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/math/R-cran-ChangeAnomalyDetection/Makefile
2021-04-06 16:31:07 +02:00

20 lines
387 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= ChangeAnomalyDetection
PORTVERSION= 0.1.0
PORTREVISION= 9
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Change Anomaly Detection
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>