mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
902 B
Plaintext
28 lines
902 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup actionpack 3.0.5 gem {} rubygems ruby19
|
|
description Web apps on Rails
|
|
long_description \
|
|
Web apps on Rails. Simple, battle-tested conventions for building \
|
|
and testing MVC web applications. Works with any Rack-compatible server.
|
|
license GPL
|
|
platforms any
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
homepage http://www.rubyonrails.org/
|
|
checksums md5 af25980a393ab111f9fcef3d65f73c89 \
|
|
sha1 0a6f7f9ac2960ff224c913877a2917e1bea80df3 \
|
|
rmd160 c486be1215f8a39bbec8d2b27fa3d1b83ff9bb06
|
|
|
|
depends_run-append \
|
|
port:rb19-erubis \
|
|
port:rb19-tzinfo \
|
|
port:rb19-rack-mount \
|
|
port:rb19-rack-test \
|
|
port:rb19-rack \
|
|
port:rb19-i18n \
|
|
port:rb19-builder \
|
|
port:rb19-activemodel \
|
|
port:rb19-activesupport
|