summaryrefslogtreecommitdiff
path: root/devel/R-cran-memoise/Makefile
blob: dd1031317a04052032a5ee13d8d4826675ec6d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	memoise
PORTVERSION=	0.2.1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Memoise functions for R

LICENSE=	MIT

RUN_DEPENDS=	R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest

USES=	cran:auto-plist

.include <bsd.port.mk>