The Elegant MVC Web Application Framework (Runtime) Maintained by:perl@FreeBSD.org Port Added: 11 Jul 2006 17:35:17 Also Listed In:perl5 License: ART10 GPLv1
Catalyst is a web application framework. This means that you use it to
help build applications that run on the web, or that run using proto-
cols used for the web. Catalyst is designed to make it easy to manage
the various tasks you need to do to run an application on the web,
either by doing them itself, or by letting you "plug in" existing Perl
modules that do what you need.
WWW: http://search.cpan.org/dist/Catalyst-Runtime/
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr