head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.02.47;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.17.07.06.41;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.16.09.22.00;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.10.41;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2007.07.21.14.32.57;	author lbr;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-Catalyst-Plugin-Session-Store-Cache
# Date created:				21 Jul 2007
# Whom:					lbr@@FreeBSD.org
#
# $FreeBSD: head/www/p5-Catalyst-Plugin-Session-Store-Cache/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-Plugin-Session-Store-Cache
PORTVERSION=	0.01
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Store sessions using a Catalyst::Plugin::Cache

BUILD_DEPENDS=	p5-Catalyst-Plugin-Session>=0.06:${PORTSDIR}/www/p5-Catalyst-Plugin-Session
RUN_DEPENDS=	p5-Catalyst-Plugin-Session>=0.06:${PORTSDIR}/www/p5-Catalyst-Plugin-Session

PERL_CONFIGURE=	yes

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

.include <bsd.port.mk>
@


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

Suggested by:	az
With hat:	perl
@
text
@d5 1
a5 1
# $FreeBSD$
@


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

Hat:		portmgr
@
text
@d20 1
a20 1
PERL_CONFIGURE=	5.8.1+
@


1.2
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
@d14 1
a14 1
MAINTAINER=	lbr@@FreeBSD.org
@


1.1
log
@This Catalyst plugin will store your session data in whatever cache module you
have configured.
@
text
@d20 1
a20 1
PERL_CONFIGURE=	yes
d24 1
a24 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} <= 500801
IGNORE=	requires Perl 5.8.1. Install lang/perl5.8, and try again
.endif

.include <bsd.port.post.mk>
@

