23 lines
608 B
Makefile
23 lines
608 B
Makefile
PORTNAME= maxLik
|
|
DISTVERSION= 1.5-2
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Maximum Likelihood Estimation and Related Tools
|
|
WWW= http://www.maxlik.org/
|
|
|
|
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>
|