cc59e702f7
Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value. WWW: http://cran.r-project.org/web/packages/memoise/
21 lines
423 B
Makefile
21 lines
423 B
Makefile
# New ports collection makefile for: R-cran-memoise
|
|
# Date created: 2012-03-05
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= memoise
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Memoise functions for R
|
|
|
|
RUN_DEPENDS= R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|