Make serving static pages painless Maintained by:perl@FreeBSD.org Port Added: 11 Jul 2006 17:43:49 Also Listed In:perl5 License: ART10 GPLv1
The Static::Simple plugin is designed to make serving static content in
your application during development quick and easy, without requiring a
single line of code from you.
This plugin detects static files by looking at the file extension in
URL (such as .css or .png or .js). The plugin uses the lightweight
MIME::Types module to map file extensions to IANA-registered MIME
types, and will serve your static files with the correct MIME type
directly to the browser, without being processed through Catalyst.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/
To install the port:cd /usr/ports/www/p5-Catalyst-Plugin-Static-Simple/ && make install clean To add the package:pkg_add -r p5-Catalyst-Plugin-Static-Simple
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