Tweak devel/racer version 2.1.31
[dports.git] / www / p5-POE-Component-Server-HTTP / Makefile
1 # Created by: Zach Thompson <lin-chi@lastamericanempire.com>
2 # $FreeBSD$
3
4 PORTNAME=       POE-Component-Server-HTTP
5 PORTVERSION=    0.09
6 PORTREVISION=   2
7 CATEGORIES=     www devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        POE Component to create HTTP Servers
13
14 BUILD_DEPENDS=  ${RUN_DEPENDS}
15 RUN_DEPENDS=    p5-POE>=0:devel/p5-POE \
16                 p5-POE-API-Peek>=0:devel/p5-POE-API-Peek \
17                 p5-YAML>=0:textproc/p5-YAML \
18                 p5-libwww>=0:www/p5-libwww
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 .include <bsd.port.mk>