aboutsummaryrefslogblamecommitdiff
path: root/math/R-cran-maxLik/Makefile
blob: 7d2c3b8186dd26874a002a0b722b3f2cffc592ef (plain) (tree)
1
2
3
4
5
6




                                              
                 








                                                               



                                                               



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

PORTNAME=	maxLik
DISTVERSION=	1.3-4
PORTREVISION=	1
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>