diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-22 09:22:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-22 09:22:24 +0000 |
commit | 6491bdf883f06656ea31d7d01d9fc8eef8285c87 (patch) | |
tree | 85433e6753f968b8cb00cfd5c37b8f309108c041 /devel/Makefile | |
parent | Add ruby-tmail, a mail manipulating library for Ruby, with RFC822 and (diff) |
Add ruby-filelock, a Ruby module which provides file locking mechanism.
Notes
Notes:
svn path=/head/; revision=31853
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 64b9b1559a47..b8f4d1b5b76e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -266,6 +266,7 @@ SUBDIR += rpc2 SUBDIR += ruby-amstd SUBDIR += ruby-date2 + SUBDIR += ruby-filelock SUBDIR += ruby-intl SUBDIR += ruby-locale SUBDIR += ruby-optparse |