mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2b72f9a1b8
config files. It also adds support for privilege dropping and error logs to those Plack servers that don't support these features natively. It works be reading a config file and using that to generate a PSGI application file based on your config. It knows how to generate Catalyst, Mojo, and Mason app files natively. For other apps, or more complicated setups, you can supply a template to Emplacken and it will use that to generate the PSGI app. WWW: http://search.cpan.org/dist/Emplacken/ PR: ports/154812 Submitted by: Gea-Suan Lin <gslin at gslin.org>
22 lines
821 B
Plaintext
22 lines
821 B
Plaintext
@comment $FreeBSD$
|
|
bin/emplacken
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Emplacken/.packlist
|
|
%%SITE_PERL%%/Emplacken.pm
|
|
%%SITE_PERL%%/Emplacken/App.pm
|
|
%%SITE_PERL%%/Emplacken/App/Starman.pm
|
|
%%SITE_PERL%%/Emplacken/CodeBuilder/Catalyst.pm
|
|
%%SITE_PERL%%/Emplacken/CodeBuilder/Dancer.pm
|
|
%%SITE_PERL%%/Emplacken/CodeBuilder/FromTemplate.pm
|
|
%%SITE_PERL%%/Emplacken/CodeBuilder/Mason.pm
|
|
%%SITE_PERL%%/Emplacken/CodeBuilder/Mojo.pm
|
|
%%SITE_PERL%%/Emplacken/Role/CodeBuilder.pm
|
|
%%SITE_PERL%%/Emplacken/Stderr.pm
|
|
%%SITE_PERL%%/Emplacken/Types.pm
|
|
%%SITE_PERL%%/Emplacken/Types/Internal.pm
|
|
@dirrmtry %%SITE_PERL%%/Emplacken/Types
|
|
@dirrmtry %%SITE_PERL%%/Emplacken/Role
|
|
@dirrmtry %%SITE_PERL%%/Emplacken/CodeBuilder
|
|
@dirrmtry %%SITE_PERL%%/Emplacken/App
|
|
@dirrmtry %%SITE_PERL%%/Emplacken
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Emplacken
|