f546c1d1de
Approved by: portmgr (blanket infrastructure)
21 lines
552 B
Makefile
21 lines
552 B
Makefile
# Created by: 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}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|