1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/p5-Mason/pkg-descr
Sunpoet Po-Chuan Hsieh a367e100f3 - Update to 2.19
- Use CPAN :id subdir macro
- Add LICENSE
- Use TEST_DEPENDS for test-only dependencies
- Sort MAN3 and PLIST
- Change WWW to CPAN
- Adjust pkg-descr

Changes:	http://search.cpan.org/dist/Mason/Changes
PR:		ports/168758
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 27 days)
2012-07-04 08:26:12 +00:00

15 lines
661 B
Plaintext

Mason is a powerful Perl-based templating system, designed to generate dynamic
content of all kinds.
Unlike many templating systems, Mason does not attempt to invent an alternate,
"easier" syntax for templates. It provides a set of syntax and features specific
to template creation, but underneath it is still clearly and proudly
recognizable as Perl.
Mason is most often used for generating web pages. It has a companion web
framework, Poet, designed to take maximum advantage of its routing and content
generation features. It can also be used as the templating layer for web
frameworks such as Catalyst and Dancer.
WWW: http://search.cpan.org/dist/Mason/