mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
18 lines
364 B
Makefile
18 lines
364 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fracdiff
|
|
DISTVERSION= 1.4-2
|
|
PORTREVISION= 7
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Fractionally differenced ARIMA aka ARFIMA(p,d,q) models
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|