ports/www/rubygem-sinatra3/pkg-message
Antoine Brodin 78d57397cf www/rubygem-sinatra3: new port
Sinatra is a DSL for quickly creating web-applications in Ruby
with minimal effort.  It sits on top of Rack, a minimal standard
interface for Ruby web frameworks.  For templating, the choices
include erb, haml, sass and Builder.
2025-04-21 06:48:43 +00:00

15 lines
372 B
Plaintext

[
{ type: install
message: <<EOM
Sinatra optionally integrates with haml/sass or Builder
for templating and mongrel or thin as an HTTP server.
To use them, install the respective ports separately:
www/rubygem-haml
devel/rubygem-builder
www/rubygem-mongrel
www/rubygem-thin
EOM
}
]