mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- 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:
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
|
@ -1085,6 +1085,7 @@
|
||||||
SUBDIR += p5-Plack-Middleware-Deflater
|
SUBDIR += p5-Plack-Middleware-Deflater
|
||||||
SUBDIR += p5-Plack-Middleware-Expires
|
SUBDIR += p5-Plack-Middleware-Expires
|
||||||
SUBDIR += p5-Plack-Middleware-File-Sass
|
SUBDIR += p5-Plack-Middleware-File-Sass
|
||||||
|
SUBDIR += p5-Plack-Middleware-ForceEnv
|
||||||
SUBDIR += p5-Plack-Middleware-Header
|
SUBDIR += p5-Plack-Middleware-Header
|
||||||
SUBDIR += p5-Plack-Middleware-IEnosniff
|
SUBDIR += p5-Plack-Middleware-IEnosniff
|
||||||
SUBDIR += p5-Plack-Middleware-JSConcat
|
SUBDIR += p5-Plack-Middleware-JSConcat
|
||||||
|
|
25
www/p5-Plack-Middleware-ForceEnv/Makefile
Normal file
25
www/p5-Plack-Middleware-ForceEnv/Makefile
Normal 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>
|
2
www/p5-Plack-Middleware-ForceEnv/distinfo
Normal file
2
www/p5-Plack-Middleware-ForceEnv/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (Plack-Middleware-ForceEnv-0.02.tar.gz) = 13f5237f3ade2c4ce80c5b8dd447e5792aca17e31746c79c166f7cdc93f2336b
|
||||||
|
SIZE (Plack-Middleware-ForceEnv-0.02.tar.gz) = 25229
|
5
www/p5-Plack-Middleware-ForceEnv/pkg-descr
Normal file
5
www/p5-Plack-Middleware-ForceEnv/pkg-descr
Normal 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/
|
7
www/p5-Plack-Middleware-ForceEnv/pkg-plist
Normal file
7
www/p5-Plack-Middleware-ForceEnv/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue