aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Plack-Middleware-ForceEnv/Makefile
blob: 28c2c6fe865f9a39517591ab19f0b9b90c8438c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>