diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2004-07-04 21:58:38 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2004-07-04 21:58:38 +0000 |
commit | b1f4e3c5e4d13687475b69f62f6acf1589ccd064 (patch) | |
tree | 699c8dcfc7fb08dcdd024656a8aca48202902260 /dev-ruby/plruby/plruby-0.4.2.ebuild | |
parent | Version bump to new upstream release 0.6.0. (diff) | |
download | historical-b1f4e3c5e4d13687475b69f62f6acf1589ccd064.tar.gz historical-b1f4e3c5e4d13687475b69f62f6acf1589ccd064.tar.bz2 historical-b1f4e3c5e4d13687475b69f62f6acf1589ccd064.zip |
Initial import.
Diffstat (limited to 'dev-ruby/plruby/plruby-0.4.2.ebuild')
-rw-r--r-- | dev-ruby/plruby/plruby-0.4.2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ruby/plruby/plruby-0.4.2.ebuild b/dev-ruby/plruby/plruby-0.4.2.ebuild new file mode 100644 index 000000000000..226736dc880b --- /dev/null +++ b/dev-ruby/plruby/plruby-0.4.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plruby/plruby-0.4.2.ebuild,v 1.1 2004/07/04 21:58:37 nakano Exp $ + +inherit ruby + +SLOT="0" +LICENSE="Ruby" +KEYWORDS="~x86" +DESCRIPTION="plruby language for PostgreSQL" +SRC_URI="ftp://moulon.inra.fr/pub/ruby/${P}.tar.gz" +HOMEPAGE="http://moulon.inra.fr/ruby/plruby.html" +IUSE="" +DEPEND=">=dev-lang/ruby-1.4.4 >=dev-db/postgresql-7.1" + +EXTRA_ECONF="--with-pgsql-include=/usr/include/postgresql --with-pgsql-lib=/usr/lib" + |