summaryrefslogtreecommitdiff
path: root/devel/R-cran-R.cache/Makefile
blob: 2fd39fe58c7ec72e6c876233716940c8fe6d376b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	R.cache
DISTVERSION=	0.17.0
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Caching (Memoization) of Objects and Results
WWW=		https://cran.r-project.org/package=R.cache

LICENSE=	LGPL21 LGPL3
LICENSE_COMB=	dual

RUN_DEPENDS=	R-cran-digest>=0.6.13:security/R-cran-digest \
		R-cran-R.methodsS3>=1.8.1:devel/R-cran-R.methodsS3 \
		R-cran-R.oo>=1.24.0:devel/R-cran-R.oo \
		R-cran-R.utils>=2.10.10:devel/R-cran-R.utils

USES=		cran:auto-plist

.include <bsd.port.mk>