svn commit: r363738 - head/www/p5-Emplacken
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 1 17:20:40 UTC 2014
Author: sunpoet
Date: Fri Aug 1 17:20:38 2014
New Revision: 363738
URL: http://svnweb.freebsd.org/changeset/ports/363738
QAT: https://qat.redports.org/buildarchive/r363738/
Log:
- Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
Modified:
head/www/p5-Emplacken/Makefile
head/www/p5-Emplacken/pkg-descr
head/www/p5-Emplacken/pkg-plist
Modified: head/www/p5-Emplacken/Makefile
==============================================================================
--- head/www/p5-Emplacken/Makefile Fri Aug 1 17:20:31 2014 (r363737)
+++ head/www/p5-Emplacken/Makefile Fri Aug 1 17:20:38 2014 (r363738)
@@ -11,7 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at 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
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>
Modified: head/www/p5-Emplacken/pkg-descr
==============================================================================
--- head/www/p5-Emplacken/pkg-descr Fri Aug 1 17:20:31 2014 (r363737)
+++ head/www/p5-Emplacken/pkg-descr Fri Aug 1 17:20:38 2014 (r363738)
@@ -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/
Modified: head/www/p5-Emplacken/pkg-plist
==============================================================================
--- head/www/p5-Emplacken/pkg-plist Fri Aug 1 17:20:31 2014 (r363737)
+++ head/www/p5-Emplacken/pkg-plist Fri Aug 1 17:20:38 2014 (r363738)
@@ -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
- at dirrmtry %%SITE_PERL%%/Emplacken/Types
- at dirrmtry %%SITE_PERL%%/Emplacken/Role
- at dirrmtry %%SITE_PERL%%/Emplacken/CodeBuilder
- at dirrmtry %%SITE_PERL%%/Emplacken/App
- at dirrmtry %%SITE_PERL%%/Emplacken
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Emplacken
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Emplacken
+ at dirrm %%SITE_PERL%%/Emplacken/Types
+ at dirrm %%SITE_PERL%%/Emplacken/Role
+ at dirrm %%SITE_PERL%%/Emplacken/CodeBuilder
+ at dirrm %%SITE_PERL%%/Emplacken/App
+ at dirrm %%SITE_PERL%%/Emplacken
More information about the svn-ports-all
mailing list