diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-22 17:48:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-22 17:48:11 +0000 |
commit | 18d4470677e9b392fbc8cab184c0bb311b6e8478 (patch) | |
tree | e21c6156df3c6fe106f627e262ee3d90b9edb18d /devel/Makefile | |
parent | Update to version 1.18. (diff) |
Add ruby-cache, a Ruby library for caching objects based on the LRU
algorithm.
Notes
Notes:
svn path=/head/; revision=70752
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 23bd4d6fea8f..1de59df091b8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -712,6 +712,7 @@ SUBDIR += ruby-avl SUBDIR += ruby-bsearch SUBDIR += ruby-byaccr + SUBDIR += ruby-cache SUBDIR += ruby-calendar SUBDIR += ruby-cvs SUBDIR += ruby-date2 |