aboutsummaryrefslogblamecommitdiff
path: root/math/R-cran-maxLik/Makefile
blob: 5708b608604b48d690f3237b294cd7419ffc221c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                              

                      
                     








                                                               



                                                               



                       
# Created by: Wen Heping <wenheping@gmail.com>

PORTNAME=	maxLik
DISTVERSION=	1.4-8
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
RUN_DEPENDS=	R-cran-miscTools>=0.6.8:math/R-cran-miscTools \
		R-cran-sandwich>=0:math/R-cran-sandwich

USES=	cran:auto-plist

.include <bsd.port.mk>