freebsd-ports/www/p5-Plack-Middleware-XForwardedFor/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

33 lines
868 B
Makefile

# New ports collection makefile for: p5-Plack-Middleware-XForwardedFor
# Date created: 2010-12-13
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Plack-Middleware-XForwardedFor
PORTVERSION= 0.103060
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Plack middleware to handle X-Forwarded-For headers
BUILD_DEPENDS= p5-Net-Netmask>=1.9015:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
p5-Plack>=0.9913:${PORTSDIR}/www/p5-Plack \
p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Plack::Middleware::XForwardedFor.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-parent>=0.223:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0.223:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>