head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.02.46;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.05.12.43.46;	author culot;	state Exp;
branches;
next	1.11;

1.11
date	2012.01.21.17.37.33;	author eadler;	state Exp;
branches;
next	1.10;

1.10
date	2011.09.17.07.06.38;	author sunpoet;	state Exp;
branches;
next	1.9;

1.9
date	2010.01.10.20.15.39;	author skv;	state Exp;
branches;
next	1.8;

1.8
date	2010.01.10.03.54.08;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.03.20.17.46;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2009.03.10.08.18.29;	author skv;	state Exp;
branches;
next	1.5;

1.5
date	2009.03.09.19.47.06;	author skv;	state Exp;
branches;
next	1.4;

1.4
date	2009.03.09.17.34.50;	author cperciva;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.09.16.56.13;	author cperciva;	state Exp;
branches;
next	1.2;

1.2
date	2008.12.10.14.46.47;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.18.17.28.38;	author skv;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Catalyst-Engine-HTTP-Prefork
# Date created:	   18 Apr 2008
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-Engine-HTTP-Prefork
PORTVERSION=	0.51
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	High-performance pre-forking Catalyst engine

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7012:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Net-Server>=0.97:${PORTSDIR}/net/p5-Net-Server \
		p5-HTTP-HeaderParser-XS>=0:${PORTSDIR}/www/p5-HTTP-HeaderParser-XS \
		p5-CGI-Cookie-XS>=0:${PORTSDIR}/www/p5-CGI-Cookie-XS \
		p5-HTTP-Body>=0:${PORTSDIR}/www/p5-HTTP-Body
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Catalyst::Engine::HTTP::Prefork.3

post-patch:
	${REINPLACE_CMD} -i '' -e 's/Cookie::XS/CGI::Cookie::XS/g' \
		${WRKSRC}/lib/Catalyst/Engine/HTTP/Prefork/Handler.pm

.include <bsd.port.mk>
@


1.12
log
@- Remove SITE_PERL from *_DEPENDS

Submitted by:	az@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d19 3
a21 3
		${SITE_PERL}/${PERL_ARCH}/HTTP/HeaderParser/XS.pm:${PORTSDIR}/www/p5-HTTP-HeaderParser-XS \
		${SITE_PERL}/${PERL_ARCH}/CGI/Cookie/XS.pm:${PORTSDIR}/www/p5-CGI-Cookie-XS \
		${SITE_PERL}/HTTP/Body.pm:${PORTSDIR}/www/p5-HTTP-Body
@


1.10
log
@- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:	az
With hat:	perl
@
text
@d22 1
a22 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.9
log
@Save from barbarians: set MAINTAINER to perl@@
@
text
@d24 1
a24 1
PERL_CONFIGURE=	5.8.1+
@


1.8
log
@With portmgr hat on, reset the maintainership of skv@@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@- Update to 0.51

PR:             ports/135806
Approved by:    maintainer timeout (skv; 16 days)
Submitted by:   myself (pgollucci@@)
@
text
@d14 1
a14 1
MAINTAINER=	skv@@FreeBSD.org
@


1.6
log
@Don't produce .bak files.
@
text
@d9 1
a9 2
PORTVERSION=	0.50
PORTREVISION=	1
d17 1
a17 1
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7012:${PORTSDIR}/www/p5-Catalyst-Runtime \
d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.5
log
@Patch code to use CGI::Cookie::XS.
@
text
@d30 1
a30 1
	${REINPLACE_CMD} -e 's/Cookie::XS/CGI::Cookie::XS/g' \
@


1.4
log
@Attempt to unbreak: the dependency on p5-CGI-Cookie-XS (formerly p5-Cookie-XS)
is triggered by the file .../CGI/Cookie/XS.pm (formerly .../Cookie/XS.pm).

Reported by:	QAT
@
text
@d10 1
d29 4
@


1.3
log
@Chase dependency rename from www/p5-Cookie-XS to www/p5-CGI-Cookie-XS.
@
text
@d20 1
a20 1
		${SITE_PERL}/${PERL_ARCH}/Cookie/XS.pm:${PORTSDIR}/www/p5-CGI-Cookie-XS \
@


1.2
log
@Update to 0.50

Changes:	http://search.cpan.org/src/AGRUNDMA/Catalyst-Engine-HTTP-Prefork-0.50/Changes
@
text
@d20 1
a20 1
		${SITE_PERL}/${PERL_ARCH}/Cookie/XS.pm:${PORTSDIR}/www/p5-Cookie-XS \
@


1.1
log
@Add p5-Catalyst-Engine-HTTP-Prefork 0.01, high-performance pre-forking
Catalyst engine.
@
text
@d9 1
a9 1
PORTVERSION=	0.01
d18 1
a18 1
		${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
@

