freebsd-ports/finance/R-cran-timeSeries/Makefile
David Naylor 90be500646 Convert R-cran ports to auto-plist.
These ports did not properly handle the DOCS options (in math/R).
2016-11-19 12:57:24 +00:00

22 lines
543 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= timeSeries
PORTVERSION= 3022.101.2
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:finance/R-cran-timeDate
TEST_DEPENDS= R-cran-RUnit>=0:devel/R-cran-RUnit \
R-cran-xts>=0:math/R-cran-xts \
R-cran-PerformanceAnalytics>=0:finance/R-cran-PerformanceAnalytics
USES= cran:auto-plist
.include <bsd.port.mk>