1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/finance/R-cran-tseries/Makefile
Brendan Fabeny e80e131996 Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository

Reviewed by:	wen
Approved by:	wen, tota
2013-05-28 15:15:05 +00:00

25 lines
587 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= tseries
DISTVERSION= 0.10-32
PORTREVISION= 1
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Time series analysis and computational finance
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
BUILD_DEPENDS= R-cran-quadprog>0:${PORTSDIR}/math/R-cran-quadprog \
R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo
RUN_DEPENDS= R-cran-quadprog>0:${PORTSDIR}/math/R-cran-quadprog \
R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>