freebsd-ports/math/R-cran-maxLik/Makefile
2021-09-15 16:08:29 +08:00

23 lines
611 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= maxLik
DISTVERSION= 1.5-2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Maximum Likelihood Estimation and Related Tools
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
BUILD_DEPENDS= R-cran-miscTools>=0.6.8:math/R-cran-miscTools \
R-cran-sandwich>=0:math/R-cran-sandwich \
R-cran-generics>=0:devel/R-cran-generics
RUN_DEPENDS= R-cran-miscTools>=0.6.8:math/R-cran-miscTools \
R-cran-sandwich>=0:math/R-cran-sandwich \
R-cran-generics>=0:devel/R-cran-generics
USES= cran:auto-plist
.include <bsd.port.mk>