mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
e80e131996
synchronize math/rpy with upstream repository Reviewed by: wen Approved by: wen, tota
25 lines
587 B
Makefile
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>
|