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


1.11
date	2012.11.17.06.02.47;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.10.01.14.45.16;	author tabthorpe;	state Exp;
branches;
next	1.9;

1.9
date	2012.09.08.03.14.37;	author swills;	state Exp;
branches;
next	1.8;

1.8
date	2012.04.11.02.25.16;	author swills;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.21.17.37.37;	author eadler;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.17.07.06.42;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2009.12.29.04.25.00;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2009.06.19.03.24.57;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.29.50;	author araujo;	state Exp;
branches;
next	1.2;

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

1.1
date	2007.01.10.23.40.23;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# Created by: Fernan Aguero <fernan@@iib.unsam.edu.ar>
# $FreeBSD: head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile 305130 2012-10-01 14:45:16Z tabthorpe $

PORTNAME=	Catalyst-Plugin-Session-Store-DBIC
PORTVERSION=	0.12
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Store your sessions via DBIx::Class

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Catalyst-Plugin-Session-Store-Delegate>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-Delegate \
		p5-DBIx-Class>=0.0700:${PORTSDIR}/databases/p5-DBIx-Class \
		p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat \
		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn

PERL_CONFIGURE=	yes

MAN3=	Catalyst::Plugin::Session::Store::DBIC.3 \
	Catalyst::Plugin::Session::Store::DBIC::Delegate.3

.include <bsd.port.mk>
@


1.10
log
@SVN rev 305130 on 2012-10-01 14:45:16Z by tabthorpe

- Reassign to the heap at maintainer's request
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.9
log
@SVN rev 303860 on 2012-09-08 03:14:37Z by swills

- Update to 0.12

PR:		ports/170927
Approved by:	maintainer timeout (fernan@@iib.unsam.edu.ar, >2 weeks)
@
text
@d1 1
a1 4
# New ports collection makefile for:	www/p5-Catalyst-Plugin-Session-Store-DBIC
# Date created:				28 Dec 2006
# Whom:					Fernan Aguero <fernan@@iib.unsam.edu.ar>
#
a2 1
#
d10 1
a10 1
MAINTAINER=	fernan@@iib.unsam.edu.ar
@


1.8
log
@- Add TEST_DEPENDS

PR:		ports/166295
Approved by:	maintainer timeout (fernan@@iib.unsam.edu.ar, >2 weeks)
@
text
@d9 1
a9 1
PORTVERSION=	0.11
@


1.7
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
@d23 1
@


1.6
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.5
log
@- Update to 0.11 [1]
  Fix dependencies [2]

PR:             ports/141600
Submitted by:   kuriyama [2], myself (pgollucci@@)
Approved by:    maintainer timeout (fernan@@iib.unsam.edu.ar; 14 days)
@
text
@d24 1
a24 1
PERL_CONFIGURE=	5.8.2+
@


1.4
log
@- Update to 0.09

PR:             ports/135809
Approved by:    maintainer
Submitted by:   myself (pgollucci@@)
@
text
@d9 1
a9 1
PORTVERSION=	0.09
d18 1
a18 1
		p5-Catalyst-Plugin-Session-Store-Delegate>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-Delegate \
d20 1
a20 3
		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
		p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
		p5-NEXT>=0:${PORTSDIR}/devel/p5-NEXT \
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	0.06
@


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
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Catalyst
@


1.1
log
@This storage module will store session data in a database using DBIx::Class.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/

PR:		ports/107781
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
@
text
@d27 1
a27 1
PERL_CONFIGURE=	yes
d32 1
a32 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>
@

