26 lines
594 B
Makefile
26 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>
|