diff options
author | knu <knu@FreeBSD.org> | 2000-09-14 06:43:50 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-14 06:43:50 +0000 |
commit | fd1240237c49316beebbb8ef19abdda46c2f8fdc (patch) | |
tree | dd2ff1dbf9ecf1f69ff25a5ea65b2185697b1495 | |
parent | 27a9cda95772d9feadb3eba1b7eab95d9e673b4f (diff) | |
download | FreeBSD-ports-fd1240237c49316beebbb8ef19abdda46c2f8fdc.zip FreeBSD-ports-fd1240237c49316beebbb8ef19abdda46c2f8fdc.tar.gz |
Update to 0.2.6. Submitted patches were merged by the author. :)
Note that this module does not work with Ruby 1.6 yet. Sorry for the
inconvenience.
-rw-r--r-- | lang/ruby-perl/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby-perl/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lang/ruby-perl/Makefile b/lang/ruby-perl/Makefile index fd843f5..0f6be1f 100644 --- a/lang/ruby-perl/Makefile +++ b/lang/ruby-perl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= perl -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.6 CATEGORIES= lang ruby perl5 MASTER_SITES= http://www.bekkoame.ne.jp/~yoshidam/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -19,6 +19,7 @@ USE_RUBY= yes USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/${PORTNAME} +CONFIGURE_ARGS= --with-libperl=/usr/lib/libperl.so INSTALL_TARGET= site-install EXAMPLES= htmlparse.rb http.rb perllib.rb ping.rb \ diff --git a/lang/ruby-perl/distinfo b/lang/ruby-perl/distinfo index 96c28de..41fa512 100644 --- a/lang/ruby-perl/distinfo +++ b/lang/ruby-perl/distinfo @@ -1 +1 @@ -MD5 (ruby/perl-0.2.5.tar.gz) = e559aefca3e8a24475351e4df0be6232 +MD5 (ruby/perl-0.2.6.tar.gz) = 75992008161859be7d7ca9f135525529 |