mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
||
|
||
PortSystem 1.0
|
||
PortGroup ruby 1.0
|
||
|
||
ruby.setup {google ruby-google} 0.6.0 install.rb {README examples}
|
||
maintainers nomaintainer
|
||
description Ruby interface to Googleʼs SOAP-driven Web API
|
||
long_description Ruby/Google offers a higher-level abstraction of \
|
||
Googleʼs SOAP-driven Web API. It allows the user \
|
||
to programmatically query the Google serach-engine \
|
||
from the convert of his or her favorite programming \
|
||
language.
|
||
categories-append www
|
||
platforms any
|
||
supported_archs noarch
|
||
license GPL-2+
|
||
homepage http://www.caliban.org/ruby/ruby-google.shtml
|
||
master_sites http://www.caliban.org/files/ruby/
|
||
depends_lib-append port:rb-http-access2 \
|
||
port:rb-uconv
|
||
checksums rmd160 fa379d7125d5a25cb35459b9ab15acc2219d3a60 \
|
||
sha256 6b47bee17af2fc0127298168d4fe668b92e8821b11355e7eea69a0f375bb6b91 \
|
||
size 29008
|