2005-12-27 11:55:50 +01:00
|
|
|
# New ports collection makefile for: www/p5-HTTP-Server-Simple-Recorder
|
|
|
|
# Date created: 27 December 2005
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTTP-Server-Simple-Recorder
|
2009-01-09 11:34:45 +01:00
|
|
|
PORTVERSION= 0.03
|
2005-12-27 11:55:50 +01:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-27 11:55:50 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= Mixin to record HTTP::Server::Simple's sockets
|
|
|
|
|
2012-06-03 07:56:20 +02:00
|
|
|
BUILD_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
|
|
|
p5-Test-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \
|
|
|
|
p5-IO-Tee>=0:${PORTSDIR}/devel/p5-IO-Tee
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-12-27 11:55:50 +01:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2005-12-27 11:55:50 +01:00
|
|
|
|
|
|
|
MAN3= HTTP::Server::Simple::Recorder.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|