freebsd-ports/www/rubygem-erubis/pkg-descr
Dmitry Marakasov 1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00

7 lines
329 B
Text

Erubis is a fast, secure, and very extensible implementation of eRuby.
eRuby means "embedded Ruby" in documents.
Embedded patterns are '<% statement %>' and '<%= expression %>'.
The following is an example of eRuby. '<% ... %>' means Ruby statement
and '<%= ... %>' means Ruby expression.
WWW: http://www.kuwata-lab.com/erubis/