aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-08 01:14:01 +0800
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-08 01:14:01 +0800
commitc8b2a40e7936d06271e36a2b20c453a478fe308e (patch)
treed9cf64d2add2dd75d7006c3a4efb89233de6bf65 /devel
parent4a17d7068fb5cf45194cf03f7a1c36d307bf3c81 (diff)
downloadfreebsd-ports-c8b2a40e7936d06271e36a2b20c453a478fe308e.tar.gz
freebsd-ports-c8b2a40e7936d06271e36a2b20c453a478fe308e.tar.zst
freebsd-ports-c8b2a40e7936d06271e36a2b20c453a478fe308e.zip
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
Notes
Notes: svn path=/head/; revision=31378
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 90ed79081650..de65baa30a65 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