diff options
author | knu <knu@FreeBSD.org> | 2000-08-11 10:57:44 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-11 10:57:44 +0000 |
commit | a026bf9da4bded8b80e9a5965b1446b4f6813643 (patch) | |
tree | 98268b1a4c9c168ab79d6056395dc0d8e3ebb372 /lang/ruby-perl/pkg-plist | |
parent | edd3dc33238204cc6f8ee050322bdebaeafd6641 (diff) | |
download | FreeBSD-ports-a026bf9da4bded8b80e9a5965b1446b4f6813643.zip FreeBSD-ports-a026bf9da4bded8b80e9a5965b1446b4f6813643.tar.gz |
Add ruby-perl, a Ruby extension module to use the functions of Perl from Ruby.
Diffstat (limited to 'lang/ruby-perl/pkg-plist')
-rw-r--r-- | lang/ruby-perl/pkg-plist | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/ruby-perl/pkg-plist b/lang/ruby-perl/pkg-plist new file mode 100644 index 0000000..159092d --- /dev/null +++ b/lang/ruby-perl/pkg-plist @@ -0,0 +1,16 @@ +lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/perl.so +share/examples/ruby/perl/htmlparse.rb +share/examples/ruby/perl/http.rb +share/examples/ruby/perl/perllib.rb +share/examples/ruby/perl/ping.rb +share/examples/ruby/perl/test.rb +share/examples/ruby/perl/xmlparser.rb +@dirrm share/examples/ruby/perl +share/doc/ruby/perl/ja/README.ja +@dirrm share/doc/ruby/perl/ja +@dirrm share/doc/ruby/perl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Ruby.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ruby/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ruby/Ruby.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ruby/Ruby.so +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ruby |