blob: 2f8b5b755ce702466420b9a65b38adcfe035d92d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: POE-Component-Server-HTTP
# Date created: 03 Apr 2004
# Whom: Zach Thompson <lin-chi@lastamericanempire.com>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Server-HTTP
PORTVERSION= 0.09
PORTREVISION= 1
CATEGORIES= www devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= POE Component to create HTTP Servers
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-POE-API-Peek>=0:${PORTSDIR}/devel/p5-POE-API-Peek \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::Server::HTTP.3
.include <bsd.port.mk>
|