head	1.17;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.02.47;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.01.21.17.37.37;	author eadler;	state Exp;
branches;
next	1.15;

1.15
date	2011.09.17.07.06.42;	author sunpoet;	state Exp;
branches;
next	1.14;

1.14
date	2009.10.09.08.49.03;	author tobez;	state Exp;
branches;
next	1.13;

1.13
date	2009.08.16.09.22.00;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2009.06.15.21.17.00;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2008.01.19.22.27.56;	author lbr;	state Exp;
branches;
next	1.10;

1.10
date	2008.01.12.18.16.23;	author lbr;	state Exp;
branches;
next	1.9;

1.9
date	2007.09.08.01.10.42;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2007.01.05.18.46.47;	author lbr;	state Exp;
branches;
next	1.7;

1.7
date	2006.07.21.20.20.49;	author lbr;	state Exp;
branches;
next	1.6;

1.6
date	2006.07.21.20.11.13;	author lbr;	state Exp;
branches;
next	1.5;

1.5
date	2006.07.11.17.54.56;	author lbr;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.01.13.51.57;	author lbr;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.02.15.56.36;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.02.19.52.04;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2005.11.21.08.23.08;	author lth;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-Catalyst-Plugin-Session-Store-File
# Date created:				16 Nov 2005
# Whom:					Lars Balker Rasmussen <lbr@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Catalyst-Plugin-Session-Store-File/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-Plugin-Session-Store-File
PORTVERSION=	0.18
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	File storage backend for session data

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Cache-Cache>=1.02:${PORTSDIR}/devel/p5-Cache-Cache \
		p5-Catalyst-Plugin-Session>=0.27:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
		p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat \
		p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Catalyst::Plugin::Session::Store::File.3

.include <bsd.port.mk>
@


1.16
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
@d5 1
a5 1
# $FreeBSD$
@


1.15
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.14
log
@Update to 0.18.

Changes: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-File/Changes
@
text
@d24 1
a24 1
PERL_CONFIGURE=	5.8.1+
@


1.13
log
@Reset lbr@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.17
a17 1
		p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
d19 2
a20 1
		p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
@


1.12
log
@- Update to 0.17

PR:             ports/135119
Approved by:    maintainer timeout (lbr; 2 weeks 1 day)
Submitted by:   pgollucci@@ (myself)
@
text
@d14 1
a14 1
MAINTAINER=	lbr@@FreeBSD.org
@


1.11
log
@Update to 0.13
@
text
@d9 1
a9 1
PORTVERSION=	0.13
@


1.10
log
@Update to 0.12
@
text
@d9 1
a9 1
PORTVERSION=	0.12
d20 1
a20 2
		p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
		p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \
@


1.9
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.10
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../by-authors/id/E/ES/ESSKAR
d25 1
a25 1
PERL_MODBUILD=	5.8.0+
@


1.8
log
@Update to 0.10
@
text
@d26 1
a26 1
PERL_MODBUILD=	yes
d30 1
a30 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500800
IGNORE=	requires Perl 5.8. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@


1.7
log
@Forgot Module::Build depend.

(Also, 100677 predated my previous commit, and though I unwittingly
didn't use it, credit to the submitter).

PR:		100677
Submitted by:	Jin-Shan Tseng <tjs@@cdpa.nsysu.edu.tw>
@
text
@d9 1
a9 1
PORTVERSION=	0.09
@


1.6
log
@Update to 0.09
@
text
@d19 1
@


1.5
log
@Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules).
@
text
@d9 1
a9 1
PORTVERSION=	0.07
d25 1
a25 1
PERL_CONFIGURE=	yes
@


1.4
log
@Changing email-address on my 80 ports.

Approved by:	erwin (mental)
@
text
@d18 1
a18 1
BUILD_DEPENDS=	p5-Catalyst>=5.0:${PORTSDIR}/www/p5-Catalyst \
@


1.3
log
@Update to 0.07

PR:		91216
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d3 1
a3 1
# Whom:					Lars Balker Rasmussen <lars@@balker.dk>
d15 1
a15 1
MAINTAINER=	lars@@balker.dk
@


1.2
log
@Update to 0.05

PR:		89846
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.05
@


1.1
log
@Add p5-Catalyst-Plugin-Session-Store-File 0.04, file storage backend for
session data.

PR:		ports/89223
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
@
text
@d9 1
a9 1
PORTVERSION=	0.04
d18 2
a19 1
BUILD_DEPENDS=	p5-Cache-Cache>=1.02:${PORTSDIR}/devel/p5-Cache-Cache \
@

