head	1.9;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	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.3
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.10.03.18.31.53;	author tabthorpe;	state Exp;
branches;
next	1.7;

1.7
date	2012.08.25.14.38.21;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.10.18.42.27;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2010.01.25.22.42.56;	author kuriyama;	state Exp;
branches;
next	1.4;

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

1.3
date	2009.06.08.16.15.24;	author leeym;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.9
log
@Switch exporter over
@
text
@# Created by: George Hartzell <hartzell@@alerce.com>
# $FreeBSD: head/www/p5-CGI-Application-Plugin-Authentication/Makefile 305216 2012-10-03 18:31:53Z tabthorpe $

PORTNAME=	CGI-Application-Plugin-Authentication
PORTVERSION=	0.20
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Support for authenticating requests in CGI::Application

RUN_DEPENDS=	p5-Apache-Htpasswd>=0:${PORTSDIR}/security/p5-Apache-Htpasswd \
		p5-CGI-Application>=4:${PORTSDIR}/www/p5-CGI-Application \
		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
BUILD_DEPENDS:=	${RUN_DEPENDS}
BUILD_DEPENDS+=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \
		p5-Test-Warn>=0.11:${PORTSDIR}/devel/p5-Test-Warn

PERL_MODBUILD=	yes

MAN3=	CGI::Application::Plugin::Authentication::Display.3 \
	CGI::Application::Plugin::Authentication::Display::Basic.3 \
	CGI::Application::Plugin::Authentication::Display::Classic.3 \
	CGI::Application::Plugin::Authentication::Driver.3 \
	CGI::Application::Plugin::Authentication::Driver::Filter::strip.3 \
	CGI::Application::Plugin::Authentication::Driver::DBI.3 \
	CGI::Application::Plugin::Authentication::Driver::Filter::sha1.3 \
	CGI::Application::Plugin::Authentication::Driver::Filter::lc.3 \
	CGI::Application::Plugin::Authentication::Store::Session.3 \
	CGI::Application::Plugin::Authentication.3 \
	CGI::Application::Plugin::Authentication::Driver::Filter::uc.3 \
	CGI::Application::Plugin::Authentication::Driver::Filter::crypt.3 \
	CGI::Application::Plugin::Authentication::Store.3 \
	CGI::Application::Plugin::Authentication::Driver::Generic.3 \
	CGI::Application::Plugin::Authentication::Store::Cookie.3 \
	CGI::Application::Plugin::Authentication::Driver::Authen::Simple.3 \
	CGI::Application::Plugin::Authentication::Driver::Filter::md5.3 \
	CGI::Application::Plugin::Authentication::Driver::HTPasswd.3 \
	CGI::Application::Plugin::Authentication::Driver::Dummy.3

.include <bsd.port.mk>
@


1.8
log
@SVN rev 305216 on 2012-10-03 18:31:53Z by tabthorpe

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


1.7
log
@SVN rev 303142 on 2012-08-25 14:38:21Z by swills

- Update to 0.20

PR:		ports/170948
Approved by:	George Hartzell <hartzell@@alerce.com> (maintainer)
@
text
@d1 1
a1 4
# New ports collection makefile for:	www/p5-CGI-Application-Plugin-Authentication
# Date created:				01 September 2008
# Whom:					George Hartzell <hartzell@@alerce.com>
#
a2 1
#
d10 1
a10 1
MAINTAINER=	hartzell@@alerce.com
@


1.6
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d9 1
a9 1
PORTVERSION=	0.14
d28 4
a31 1
MAN3=	CGI::Application::Plugin::Authentication::Driver.3 \
@


1.5
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 6).

Approved by:	portmgr (itetcu)
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.4
log
@- Update to 0.14

PR:             ports/141616
Approved by:    maintainer timeout (hartzell@@alerce.com; 14 days)
Submitted by:   myself (pgollucci@@)
@
text
@d45 1
a45 10
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Attribute-Handlers>=0:${PORTSDIR}/devel/p5-Attribute-Handlers \
		p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif

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


1.3
log
@- update to 0.13

PR:		134138
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	0.13
@


1.2
log
@Rename: lang/perl5 -> lang/perl5.6

PR:		ports/131046
@
text
@d9 1
a9 1
PORTVERSION=	0.12
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
d17 8
a24 12
BUILD_DEPENDS=	${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
		${SITE_PERL}/CGI/Application/Plugin/Session.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-Session \
		${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
		${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers \
		${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
		${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
		${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn \
		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS=	${BUILD_DEPENDS}
d26 1
a26 1
PERL_MODBUILD=	5.8.0+
d45 10
a54 1
.include <bsd.port.mk>
@


1.1
log
@CGI::Application::Plugin::Authentication adds the ability to authenticate
users in your CGI::Application modules.

WWW:	http://search.cpan.org/dist/CGI-Application-Plugin-Authentication/

PR:		ports/129005
Submitted by:	George Hartzell <hartzell at alerce.com>
@
text
@d31 1
a31 1
PERL_MODBUILD=	yes
d50 1
a50 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE=	requires Perl 5.8 or newer. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@

