aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-R.utils/Makefile
blob: c668105cf0cbe2620a5c56c7b534f5b730e7e361 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	R.utils
DISTVERSION=	2.13.0
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Utility functions useful developing R packages
WWW=		https://cran.r-project.org/package=R.utils

LICENSE=	LGPL21 LGPL3
LICENSE_COMB=	dual

RUN_DEPENDS=	R-cran-R.methodsS3>0:devel/R-cran-R.methodsS3 \
		R-cran-R.oo>0:devel/R-cran-R.oo
TEST_DEPENDS=	R-cran-digest>=0.6.10:security/R-cran-digest

USES=		cran:auto-plist

.include <bsd.port.mk>