Ticket #22851: Portfile

File Portfile, 621 bytes (added by blair.christensen@…, 15 years ago)
Line 
1# $Id: $
2
3PortSystem          1.0
4PortGroup           ruby 1.0
5
6ruby.setup          innate 2009.10 gem {} rubyforge_gem
7
8maintainers         gmail.com:blair.christensen openmaintainer
9categories-append   www devel
10description         Powerful web-framework wrapper for Rack.
11long_description    ${description}
12homepage            http://github.com/manveru/innate
13platforms           darwin
14
15checksums           md5 78e30a90c4126c7a40e8df1159f9616b \
16                    rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787 \
17                    sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
18
19depends_lib-append  port:rb-rack
20