Ticket #6967: Portfile

File Portfile, 630 bytes (added by rcavanaugh@…, 18 years ago)

ATTACHMENT: rb-actionpack-1.11.2

Line 
1# $Id: $
2
3PortSystem        1.0
4PortGroup         ruby 1.0
5ruby.setup        actionpack 1.11.2 gem {} rubyforge:7644
6categories-append devel
7maintainers       rcavanaugh@gmail.com
8description       Eases web-request routing, handling, and response.
9long_description  Eases web-request routing, handling, and response as a \
10                  half-way front, half-way page controller. Implemented \
11                  with specific emphasis on enabling easy unit/integration \
12                  testing that doesn't require a browser.
13checksums         md5 c764a3cc37da9943f9b59a15730a05ce
14
15depends_lib-append  port:rb-activesupport