1ce75de289
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
25 lines
594 B
Makefile
25 lines
594 B
Makefile
# 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>
|