diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-29 11:06:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-29 11:06:05 +0000 |
commit | 28120af9789cc68914068b87dc2e9131fa83aed9 (patch) | |
tree | 99c8859a1200bcffb5f0db07454fc074ce2033f6 /devel/Makefile | |
parent | Complete the name in comment. (diff) |
Add ruby-strongtyping, a little Ruby module that adds strong typing
facilities.
Notes
Notes:
svn path=/head/; revision=74204
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 952d53ce3b05..67a5d950389d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -776,6 +776,7 @@ SUBDIR += ruby-sdl SUBDIR += ruby-setup.rb SUBDIR += ruby-slang + SUBDIR += ruby-strongtyping SUBDIR += ruby-sysvipc SUBDIR += ruby-testunit SUBDIR += ruby-textbuf |