blob: e591febafc69e10e58d488ec0fb0730bc2a6d63c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= urca
PORTREVISION= 2
DISTVERSION= 1.3-0
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Unit root and cointegration tests for time series data
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|