aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-Zelig/Makefile
blob: a8f7fe6d8bd8245b8ed7b62120e5d1c0ed00b488 (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
PORTNAME=	Zelig
DISTVERSION=	5.1.7
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Everyone's Statistical Software
WWW=		https://gking.harvard.edu/zelig

LICENSE=	GPLv3+

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>