15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
23 lines
573 B
Makefile
23 lines
573 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tseries
|
|
DISTVERSION= 0.10-32
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|