aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-Zelig/Makefile
blob: 144a4325fc0b89784da31e9b3b94624d360e3bdc (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   Zelig
DISTVERSION=    5.1.6
PORTREVISION=   1
CATEGORIES= math
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= wen@FreeBSD.org
COMMENT=    Everyone's Statistical Software

LICENSE=    GPLv2 GPLv3
LICENSE_COMB=   dual

BUILD_DEPENDS=  R-cran-AER>=0:finance/R-cran-AER \
        R-cran-Amelia>=0:math/R-cran-Amelia \
        R-cran-sandwich>=0:math/R-cran-sandwich \
        R-cran-VGAM>=0:math/R-cran-VGAM \
        R-cran-plyr>=0:devel/R-cran-plyr \
        R-cran-quantreg>=0:math/R-cran-quantreg \
        R-cran-MCMCpack>=0:math/R-cran-MCMCpack \
        R-cran-maxLik>=0:math/R-cran-maxLik \
        R-cran-jsonlite>=0:converters/R-cran-jsonlite \
        R-cran-dplyr>=0:math/R-cran-dplyr \
        R-cran-MatchIt>=0:math/R-cran-MatchIt \
        R-cran-geepack>=0:math/R-cran-geepack \
        R-cran-survey>=0:math/R-cran-survey
RUN_DEPENDS=    R-cran-AER>=0:finance/R-cran-AER \
        R-cran-Amelia>=0:math/R-cran-Amelia \
        R-cran-sandwich>=0:math/R-cran-sandwich \
        R-cran-VGAM>=0:math/R-cran-VGAM \
        R-cran-plyr>=0:devel/R-cran-plyr \
        R-cran-quantreg>=0:math/R-cran-quantreg \
        R-cran-MCMCpack>=0:math/R-cran-MCMCpack \
        R-cran-maxLik>=0:math/R-cran-maxLik \
        R-cran-jsonlite>=0:converters/R-cran-jsonlite \
        R-cran-dplyr>=0:math/R-cran-dplyr \
        R-cran-MatchIt>=0:math/R-cran-MatchIt \
        R-cran-geepack>=0:math/R-cran-geepack \
        R-cran-survey>=0:math/R-cran-survey

USES=   cran:auto-plist

.include <bsd.port.mk>