# New ports collection makefile for: Plack::Server::ReverseHTTP # Date created: 13 Oct 2009 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= Plack-Server-ReverseHTTP PORTVERSION= 0.01 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of reversehttp gateway for PSGI application RUN_DEPENDS= \ p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-ReverseHTTP>0:${PORTSDIR}/www/p5-AnyEvent-ReverseHTTP \ p5-Plack>0:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Plack::Server::ReverseHTTP.3 .include