diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-12 06:35:12 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-12 06:35:12 +0000 |
commit | 24a621975064aa04d2a38755d5e8f0a4b2ddae76 (patch) | |
tree | 601ff5427c15b6dab4ef96d4fcc0f8c662ef5ccf /www/Makefile | |
parent | 7df554ae4b8861f99ddd2646ab35b16df557d2f0 (diff) | |
download | ports-24a621975064aa04d2a38755d5e8f0a4b2ddae76.tar.gz ports-24a621975064aa04d2a38755d5e8f0a4b2ddae76.zip |
Catalyst::Helper::Controller::Scaffold is a helper for scaffolding for
Catalyst, which adds easy scaffolding:
# Imagine you want to generate a scaffolding controller MyApp::C::SomeTable
# for a CDBI table class MyApp::M::CDBI::SomeTable
script/myapp_create.pl controller SomeTable Scaffold CDBI::SomeTable
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Notes
Notes:
svn path=/head/; revision=138954
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fb55a77f9a3e..8cf559655464 100644 --- a/www/Makefile +++ b/www/Makefile @@ -464,6 +464,7 @@ SUBDIR += p5-CGI.pm SUBDIR += p5-CGI_Lite SUBDIR += p5-Catalyst + SUBDIR += p5-Catalyst-Helper-Controller-Scaffold SUBDIR += p5-Catalyst-Model-CDBI SUBDIR += p5-Catalyst-Model-CDBI-Sweet SUBDIR += p5-Catalyst-Plugin-FillInForm |