1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/p5-Plack-Middleware-XForwardedFor/Makefile
2017-09-15 08:58:46 +00:00

26 lines
536 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Plack-Middleware-XForwardedFor
PORTVERSION= 0.172050
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Plack middleware to handle X-Forwarded-For headers
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Net-IP>=1.26:net-mgmt/p5-Net-IP \
p5-Plack>=0.9913:www/p5-Plack
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>