mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
21 lines
399 B
Makefile
21 lines
399 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ChangeAnomalyDetection
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 5
|
|
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>
|