blob: 038f1de2e7c52e29ea03dbd81e70980fab2fcb9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= fBasics
PORTVERSION= 3010.86
PORTREVISION= 3
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Markets and Basic Statistics
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \
R-cran-timeSeries>=2100.84:${PORTSDIR}/finance/R-cran-timeSeries \
R-cran-stabledist>0:${PORTSDIR}/math/R-cran-stabledist \
R-cran-gss>0:${PORTSDIR}/math/R-cran-gss
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>
|