diff options
author | knu <knu@FreeBSD.org> | 2000-08-07 17:14:01 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-07 17:14:01 +0000 |
commit | 90ac7045f2baa6d5cfc4923fdde92a608bc7f415 (patch) | |
tree | a7fb1691c4f76dfb06f62fc93c99623d28903955 /devel/Makefile | |
parent | 4f81f8ed77c6ac1fe9a4d8b97eb318e9060a7eb4 (diff) | |
download | FreeBSD-ports-90ac7045f2baa6d5cfc4923fdde92a608bc7f415.zip FreeBSD-ports-90ac7045f2baa6d5cfc4923fdde92a608bc7f415.tar.gz |
Add three more Ruby modules.
devel/amstd:
A collection of miscellaneous Ruby modules
devel/ruby-date2:
An alternative date class for Ruby
devel/ruby-strscan:
Fast string scanner class for Ruby
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 90ed790..de65baa 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -262,9 +262,12 @@ SUBDIR += rinfo SUBDIR += robodoc SUBDIR += rpc2 + SUBDIR += ruby-amstd + SUBDIR += ruby-date2 SUBDIR += ruby-optparse SUBDIR += ruby-property SUBDIR += ruby-racc + SUBDIR += ruby-strscan SUBDIR += rvm SUBDIR += sdcc SUBDIR += sdl |