1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup ruby 1.0 |
---|
5 | |
---|
6 | ruby.setup launchy 0.3.3 gem {} rubyforge_gem |
---|
7 | |
---|
8 | maintainers gmail.com:blair.christensen openmaintainer |
---|
9 | categories-append devel |
---|
10 | description Launchy is helper class for launching cross-platform applications in a fire and forget manner |
---|
11 | long_description ${description} |
---|
12 | homepage http://copiousfreetime.rubyforge.org/launchy/ |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | checksums md5 467abcff90841c06faae6941f0a66910 \ |
---|
16 | rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \ |
---|
17 | sha1 b2e4e990d59c89d2a4fabf99a722586966328553 |
---|
18 | |
---|
19 | depends_lib-append port:rb-rake port:rb-configuration |
---|
20 | |
---|