1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/p5-HTTP-Daemon/Makefile
2011-04-19 17:50:25 +00:00

29 lines
607 B
Makefile

# 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.00
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple HTTP server class
RUN_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
BUILD_DEPENDS:= ${RUN_DEPENDS}
CONFLICTS= p5-libwww-5*
PERL_CONFIGURE= yes
MAN3= HTTP::Daemon.3
.include <bsd.port.mk>