cdd3addd76
ChangeLog: * vignette 'plotting timeSeries objects' added * DESCRIPTION, required packages added * Refcard PDF added to doc directory
19 lines
397 B
Makefile
19 lines
397 B
Makefile
# 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>
|