diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-01 17:20:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-01 17:20:38 +0000 |
commit | 4054d5de9385cd8ffd50101e334aa7cc563f463c (patch) | |
tree | a13e8e9a56b825fa909a87e750f9ba106725cfb6 /www/p5-Emplacken | |
parent | a2b1254e25a5841cc8e9d918c2376f89a8e3eb96 (diff) | |
download | ports-4054d5de9385cd8ffd50101e334aa7cc563f463c.tar.gz ports-4054d5de9385cd8ffd50101e334aa7cc563f463c.zip |
Notes
Diffstat (limited to 'www/p5-Emplacken')
-rw-r--r-- | www/p5-Emplacken/Makefile | 7 | ||||
-rw-r--r-- | www/p5-Emplacken/pkg-descr | 16 | ||||
-rw-r--r-- | www/p5-Emplacken/pkg-plist | 14 |
3 files changed, 19 insertions, 18 deletions
diff --git a/www/p5-Emplacken/Makefile b/www/p5-Emplacken/Makefile index 5d9f6aa4e003..2683f9ea68b5 100644 --- a/www/p5-Emplacken/Makefile +++ b/www/p5-Emplacken/Makefile @@ -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> diff --git a/www/p5-Emplacken/pkg-descr b/www/p5-Emplacken/pkg-descr index 5ce7db0f6a21..a046994cedd5 100644 --- a/www/p5-Emplacken/pkg-descr +++ b/www/p5-Emplacken/pkg-descr @@ -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/ diff --git a/www/p5-Emplacken/pkg-plist b/www/p5-Emplacken/pkg-plist index 39c0871d7f88..fb45146697e0 100644 --- a/www/p5-Emplacken/pkg-plist +++ b/www/p5-Emplacken/pkg-plist @@ -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 |