mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
19 lines
802 B
Plaintext
19 lines
802 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup actionpack 2.2.2 gem {} rubygems
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
description Eases web-request routing, handling, and response.
|
|
long_description Eases web-request routing, handling, and response as a \
|
|
half-way front, half-way page controller. Implemented \
|
|
with specific emphasis on enabling easy unit/integration \
|
|
testing that doesn't require a browser.
|
|
checksums md5 a2764a85d8d34385467d8f9df7362471 \
|
|
sha1 02b9aec25f90e6237487aa981d993760ce4a3869 \
|
|
rmd160 d7e78b64a5c3ec616a11dd08a96a33de91bf936b
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:rb-activesupport
|