mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
46 lines
1.4 KiB
Makefile
46 lines
1.4 KiB
Makefile
# 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>
|