freebsd-ports/math/R-cran-Zelig/Makefile
2016-04-14 06:33:36 +00:00

45 lines
1.4 KiB
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Zelig
DISTVERSION= 5.0-12
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>