Ticket #22854: Portfile

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