freebsd-ports/www/p5-Plack-Server-POE/Makefile

28 lines
657 B
Makefile

# New ports collection makefile for: Plack::Server::POE
# Date created: 23 Dec 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Plack-Server-POE
PORTVERSION= 0.4
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Plack Server implementation for POE
RUN_DEPENDS= \
p5-Plack>0:${PORTSDIR}/www/p5-Plack \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-POE>0:${PORTSDIR}/devel/p5-POE \
p5-POE-Filter-HTTP-Parser>0:${PORTSDIR}/www/p5-POE-Filter-HTTP-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Plack::Server::POE.3
.include <bsd.port.mk>