4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
18 lines
337 B
Makefile
18 lines
337 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= memoise
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Memoise functions for R
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= R-cran-digest>=0.6.3:security/R-cran-digest
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|