- Add p5-Plack-Middleware-ForceEnv 0.02

Plack::Middleware::ForceEnv modifies the environment passed to the application
by adding your specified key value pairs. This is primarily useful when testing
apps under plackup (or similar) in a development environment.

WWW: http://search.cpan.org/dist/Plack-Middleware-ForceEnv/

Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-04-03 08:19:33 +00:00
parent 04c0dc695c
commit 1ce75de289
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294148
5 changed files with 40 additions and 0 deletions

View file

@ -1085,6 +1085,7 @@
SUBDIR += p5-Plack-Middleware-Deflater
SUBDIR += p5-Plack-Middleware-Expires
SUBDIR += p5-Plack-Middleware-File-Sass
SUBDIR += p5-Plack-Middleware-ForceEnv
SUBDIR += p5-Plack-Middleware-Header
SUBDIR += p5-Plack-Middleware-IEnosniff
SUBDIR += p5-Plack-Middleware-JSConcat

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Plack-Middleware-ForceEnv
# Date created: 2012-04-03
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Plack-Middleware-ForceEnv
PORTVERSION= 0.02
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Force set environment variables for testing
BUILD_DEPENDS= p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack
RUN_DEPENDS= p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack
PERL_CONFIGURE= yes
MAN3= Plack::Middleware::ForceEnv.3
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Plack-Middleware-ForceEnv-0.02.tar.gz) = 13f5237f3ade2c4ce80c5b8dd447e5792aca17e31746c79c166f7cdc93f2336b
SIZE (Plack-Middleware-ForceEnv-0.02.tar.gz) = 25229

View file

@ -0,0 +1,5 @@
Plack::Middleware::ForceEnv modifies the environment passed to the application
by adding your specified key value pairs. This is primarily useful when testing
apps under plackup (or similar) in a development environment.
WWW: http://search.cpan.org/dist/Plack-Middleware-ForceEnv/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/Plack/Middleware/ForceEnv.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/ForceEnv/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/ForceEnv
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack
@dirrmtry %%SITE_PERL%%/Plack/Middleware
@dirrmtry %%SITE_PERL%%/Plack