diff options
author | knu <knu@FreeBSD.org> | 2000-08-11 18:57:44 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-11 18:57:44 +0800 |
commit | a026bf9da4bded8b80e9a5965b1446b4f6813643 (patch) | |
tree | 98268b1a4c9c168ab79d6056395dc0d8e3ebb372 /lang/ruby-perl/pkg-descr | |
parent | edd3dc33238204cc6f8ee050322bdebaeafd6641 (diff) | |
download | freebsd-ports-graphics-a026bf9da4bded8b80e9a5965b1446b4f6813643.tar.gz freebsd-ports-graphics-a026bf9da4bded8b80e9a5965b1446b4f6813643.tar.zst freebsd-ports-graphics-a026bf9da4bded8b80e9a5965b1446b4f6813643.zip |
Add ruby-perl, a Ruby extension module to use the functions of Perl from Ruby.
Diffstat (limited to 'lang/ruby-perl/pkg-descr')
-rw-r--r-- | lang/ruby-perl/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/ruby-perl/pkg-descr b/lang/ruby-perl/pkg-descr new file mode 100644 index 00000000000..e9217e272b3 --- /dev/null +++ b/lang/ruby-perl/pkg-descr @@ -0,0 +1,5 @@ +This is a Ruby extension module to use the functions of Perl from Ruby. + +You can also call Ruby functions back from within the Perl code. + +WWW: http://www.bekkoame.ne.jp/~yoshidam/Ruby.html#perl |