mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
a2b1254e25
commit
4054d5de93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363738
@ -11,7 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Manage multiple plack apps with a directory of config files
|
||||
|
||||
RUN_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
|
||||
LICENSE= ART20
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
|
||||
p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
|
||||
p5-File-Pid>=0:${PORTSDIR}/devel/p5-File-Pid \
|
||||
p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \
|
||||
@ -24,8 +26,9 @@ RUN_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
|
||||
p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \
|
||||
p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \
|
||||
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,12 +1,10 @@
|
||||
Emplacken is a tool for managing a set of Plack applications based on
|
||||
config files. It also adds support for privilege dropping and error
|
||||
logs to those Plack servers that don't support these features
|
||||
natively.
|
||||
Emplacken is a tool for managing a set of Plack applications based on 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.
|
||||
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/
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/emplacken
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Emplacken/.packlist
|
||||
%%SITE_PERL%%/Emplacken.pm
|
||||
%%SITE_PERL%%/Emplacken/App.pm
|
||||
%%SITE_PERL%%/Emplacken/App/Starman.pm
|
||||
@ -12,11 +11,12 @@ bin/emplacken
|
||||
%%SITE_PERL%%/Emplacken/Stderr.pm
|
||||
%%SITE_PERL%%/Emplacken/Types.pm
|
||||
%%SITE_PERL%%/Emplacken/Types/Internal.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Emplacken/.packlist
|
||||
%%PERL5_MAN3%%/Emplacken.3.gz
|
||||
%%PERL5_MAN3%%/Emplacken::Types.3.gz
|
||||
@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
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Emplacken
|
||||
@dirrm %%SITE_PERL%%/Emplacken/Types
|
||||
@dirrm %%SITE_PERL%%/Emplacken/Role
|
||||
@dirrm %%SITE_PERL%%/Emplacken/CodeBuilder
|
||||
@dirrm %%SITE_PERL%%/Emplacken/App
|
||||
@dirrm %%SITE_PERL%%/Emplacken
|
||||
|
Loading…
Reference in New Issue
Block a user