aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-gmodels/Makefile
blob: 8be267f900bd4b0d20425d89fd66368933ab4f52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	gmodels
DISTVERSION=	2.18.1.1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Various R Programming Tools for Model Fitting
WWW=		https://cran.r-project.org/web/packages/gmodels/

LICENSE=	GPLv2

RUN_DEPENDS=	R-cran-gdata>0:devel/R-cran-gdata

USES=	cran:auto-plist

.include <bsd.port.mk>