head	1.13;
access;
symbols
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2011.09.03.23.55.57;	author dougb;	state dead;
branches;
next	1.12;

1.12
date	2009.08.16.09.21.55;	author linimon;	state Exp;
branches;
next	1.11;

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

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

1.9
date	2007.09.13.10.29.41;	author lbr;	state Exp;
branches;
next	1.8;

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

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

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

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

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

1.3
date	2006.03.26.20.34.50;	author sem;	state Exp;
branches;
next	1.2;

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

1.1
date	2005.12.12.14.34.56;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Remove deprecated www/p5-Catalyst-Plugin-Authentication-Store-DBIC
Use p5-Catalyst-Authentication-Store-DBIx-Class instead

Approved by:	perl@@ (sunpoet)
@
text
@# Ports collection makefile for:	p5-Catalyst-Plugin-Authentication-Store-DBIC
# Date created:				Dec 12, 2005
# Whom:					Lars Balker Rasmussen <lbr@@FreeBSD.org>
#
# $FreeBSD: ports/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile,v 1.12 2009/08/16 09:21:55 linimon Exp $
#

PORTNAME=	Catalyst-Plugin-Authentication-Store-DBIC
PORTVERSION=	0.11000
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/0*$//}

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Authentication/authorization on a DBIx::Class/Class::DBI model

RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Catalyst-Model-DBIC-Schema>=0:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
		p5-Catalyst-Plugin-Authentication>=0.06:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
		p5-Set-Object>=1.14:${PORTSDIR}/devel/p5-Set-Object \
		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
		p5-Catalyst-Plugin-Authorization-Roles>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-Roles \
		p5-Catalyst-Plugin-Session-State-Cookie>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie
BUILD_DEPENDS=	${RUN_DEPENDS}

DEPRECATED=	Use p5-Catalyst-Authentication-Store-DBIx-Class instead.

PERL_CONFIGURE=	5.8.1+

MAN3=	Catalyst::Plugin::Authentication::Store::DBIC.3 \
	Catalyst::Plugin::Authentication::Store::DBIC::Backend.3 \
	Catalyst::Plugin::Authentication::Store::DBIC::User.3

post-extract:
	@@${PERL} -i.bak -ne 'print unless /^\s*feature/ .. /;\s*$$/' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>
@


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

Hat:		portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Update to 0.11
@
text
@d15 1
a15 1
MAINTAINER=	lbr@@FreeBSD.org
@


1.10
log
@Update to 0.09
@
text
@d9 1
a9 1
PORTVERSION=	0.09000
d28 2
@


1.9
log
@Update to 0.08
@
text
@d9 1
a9 1
PORTVERSION=	0.08000
d19 1
d23 1
a23 1
		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
@


1.8
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.07000
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Catalyst
d18 1
a18 1
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
d20 3
d24 2
a25 3
		p5-Set-Object>=1.14:${PORTSDIR}/devel/p5-Set-Object \
		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS=	${BUILD_DEPENDS}
d27 1
a27 1
PERL_MODBUILD=	5.8.1+
d34 1
a34 1
	@@${PERL} -i.bak -ne 'print unless /^\s*recommends/ .. /},$$/' ${WRKSRC}/Build.PL
@


1.7
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
@d26 1
a26 1
PERL_MODBUILD=	yes
d35 1
a35 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE=	requires at least Perl 5.8.1. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@


1.6
log
@Update to 0.07

Approved by:	lbr (mental, explicit)
@
text
@d19 1
a19 1
BUILD_DEPENDS=	p5-Catalyst>=5.49:${PORTSDIR}/www/p5-Catalyst \
@


1.5
log
@Update to 0.06000

PR:		98661
Submitted by:	Rong-En Fan <rafan@@infor.org>
Approved by:	erwin (mentor, implicit)
Procrastinator:	lbr (implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.06000
d23 1
a23 1
		p5-Catalyst-Plugin-Session>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session
@


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

Approved by:	erwin (mental)
@
text
@d9 1
a9 1
PORTVERSION=	0.05002
d14 1
d20 1
a20 1
		p5-Catalyst-Plugin-Authentication>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
@


1.3
log
@- Update to 0.05002

PR:		ports/94962
Submitted by:	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.04

PR:		90434
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.04
d21 1
a21 1
		p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
d31 3
@


1.1
log
@This plugin uses a DBIx::Class (or Class::DBI) object to authenticate a user.

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

PR:		ports/90273
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
@
text
@d9 1
a9 1
PORTVERSION=	0.03
@

