aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-08-19 15:08:03 +0000
committerSteve Wills <swills@FreeBSD.org>2014-08-19 15:08:03 +0000
commitfc183e2778814bd0e9230bf3a44fa5ec9aa2a569 (patch)
tree5c55fee1564953e3da3dde31614bc5d76787f98a /devel/Makefile
parent4e479ace41ed1d0862e13b8ea30862cac2c2b0d8 (diff)
downloadports-fc183e2778814bd0e9230bf3a44fa5ec9aa2a569.tar.gz
ports-fc183e2778814bd0e9230bf3a44fa5ec9aa2a569.zip
devel/rubygem-memoize: add port for rubygem-memoize
The memoize library allows you to cache methods for faster lookup. Cached results can either be stored in memory (the default) or to a file. WWW: http://github.com/djberg96/memoize
Notes
Notes: svn path=/head/; revision=365389
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ac85e9e553ee..c4fa3437c80b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4388,6 +4388,7 @@
SUBDIR += rubygem-map
SUBDIR += rubygem-mash
SUBDIR += rubygem-memoizable
+ SUBDIR += rubygem-memoize
SUBDIR += rubygem-mercenary
SUBDIR += rubygem-metaclass
SUBDIR += rubygem-metaid