2013-05-25 07:47:47 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2010-12-12 23:07:45 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Plack-Middleware-XForwardedFor
|
|
|
|
PORTVERSION= 0.103060
|
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-06-30 18:42:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2010-12-12 23:07:45 +01:00
|
|
|
COMMENT= Plack middleware to handle X-Forwarded-For headers
|
|
|
|
|
2014-08-01 19:20:31 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-12-12 11:19:32 +01:00
|
|
|
BUILD_DEPENDS= p5-Net-Netmask>=1.9015:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
|
2010-12-12 23:07:45 +01:00
|
|
|
p5-Plack>=0.9913:${PORTSDIR}/www/p5-Plack \
|
|
|
|
p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common
|
2011-12-12 11:19:32 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-12-12 23:07:45 +01:00
|
|
|
|
2013-09-02 18:07:56 +02:00
|
|
|
USE_PERL5= configure
|
2014-08-01 19:20:31 +02:00
|
|
|
USES= perl5
|
2010-12-12 23:07:45 +01:00
|
|
|
|
2013-05-25 07:47:47 +02:00
|
|
|
.include <bsd.port.mk>
|