aboutsummaryrefslogtreecommitdiff
path: root/finance/R-cran-urca/Makefile
blob: bae674cc9bd13e0a8e9ec6930c1438406941abe8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	urca
DISTVERSION=	1.3-3
CATEGORIES=	finance
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Unit root and cointegration tests for time series data
WWW=		https://cran.r-project.org/web/packages/urca/

LICENSE=	GPLv2+

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>