freebsd-ports/www/p5-Plack-Middleware-XForwardedFor/Makefile
Sunpoet Po-Chuan Hsieh a2b1254e25 - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-08-01 17:20:31 +00:00

24 lines
597 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= sunpoet@FreeBSD.org
COMMENT= Plack middleware to handle X-Forwarded-For headers
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>