diff options
author | rafan <rafan@FreeBSD.org> | 2008-04-13 20:53:21 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-04-13 20:53:21 +0800 |
commit | 6ef3bee85d78c84d6ba95462aec50766299143d9 (patch) | |
tree | 6b7b983818f10c7867a46057f87aa96e8ef35796 /devel/Makefile | |
parent | dbfabec6d05bcdf430f00986c06f19d7f7a23ab4 (diff) | |
download | freebsd-ports-gnome-6ef3bee85d78c84d6ba95462aec50766299143d9.tar.gz freebsd-ports-gnome-6ef3bee85d78c84d6ba95462aec50766299143d9.tar.zst freebsd-ports-gnome-6ef3bee85d78c84d6ba95462aec50766299143d9.zip |
The Platform library offers a simple, reliable, means of determining
what platform Ruby is running on. Underlying Platform is the
RUBY_PLATFORM constant. This library is parsing this constant for
information. You could easily do this yourself. We've just taken the
hassle out of it for you and hopefully covered a few of the more
unusual cases you mightn't have thought of yourself.
WWW: http://platform.rubyforge.org/
PR: ports/122708
Submitted by: IWATSUKI Hiroyuki <don at na.rim.or.jp>
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 ddbb38912ddd..d0c2050b7ff6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2247,6 +2247,7 @@ SUBDIR += rubygem-needle SUBDIR += rubygem-open4 SUBDIR += rubygem-parsetree + SUBDIR += rubygem-platform SUBDIR += rubygem-ptreloaded SUBDIR += rubygem-rake SUBDIR += rubygem-rapt |