mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
20 lines
387 B
Makefile
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>
|