blob: 95f61f7b26ff6be51cb35f221afae998845fd06c (
plain)
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: p5-HTTP-Daemon
# Date created: 2011-04-15
# Whom: Frederic Culot <culot@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTTP-Daemon
PORTVERSION= 6.01
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple HTTP server class
BUILD_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \
p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \
p5-LWP-MediaTypes>=6:${PORTSDIR}/www/p5-LWP-MediaTypes
RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS= p5-libwww-5*
PERL_CONFIGURE= yes
MAN3= HTTP::Daemon.3
.include <bsd.port.mk>
|