1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
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

8 lines
329 B
Plaintext

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/