Files
haikuports/dev-lang/ruby/ruby-1.9.1.bep
2010-05-16 19:28:03 +00:00

25 lines
577 B
Plaintext

DESCRIPTION="ruby - A dynamic, open source programming language with a focus on simplicity and productivity."
HOMEPAGE="http://www.ruby-lang.org"
SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p243.tar.gz"
CHECKSUM_MD5="515bfd965814e718c0943abf3dde5494"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND="dev-lang/ruby >= 1.8.7"
BUILD {
cd ruby-1.9.1-p243
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd ruby-1.9.1-p243
make install
}
LICENSE="Ruby
GNU GPL v2
GNU LGPL v2.1
Artistic (Perl)
BSD (3-clause)"
COPYRIGHT="1993-2009 Yukihiro Matsumoto"