summaryrefslogtreecommitdiff
path: root/finance/R-cran-timeSeries/Makefile
blob: 24fb61c442de09a348e5c3f14af4aa2c637304ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$

PORTNAME=	timeSeries
PORTVERSION=	3011.98
CATEGORIES=	finance
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	dbn@FreeBSD.org
COMMENT=	Financial Time Series Objects

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

RUN_DEPENDS=	R-cran-timeDate>=2150.95:${PORTSDIR}/finance/R-cran-timeDate

USES=	cran:auto-plist

.include <bsd.port.mk>