head	1.8;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.12.17.10.27.26;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.02.46;	author svnexp;	state Exp;
branches;
next	1.6;

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

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

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

1.3
date	2012.01.08.13.49.06;	author sunpoet;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309079
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309079 | az | 2012-12-17 10:22:02 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:  Catalyst-Authentication-Credential-OpenID
# Date created: 22 December 2009
# Whom: andrey@@kostenko.name
#
# $FreeBSD: head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile 309079 2012-12-17 10:22:02Z az $
#

PORTNAME=	Catalyst-Authentication-Credential-OpenID
PORTVERSION=	0.17
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	OpenID credential for Catalyst::Plugin::Authentication framework

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Cache-FastMmap>=1.28:${PORTSDIR}/devel/p5-Cache-FastMmap \
		p5-Catalyst-Devel>=1:${PORTSDIR}/www/p5-Catalyst-Devel \
		p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
		p5-Catalyst-Plugin-Session-State-Cookie>=0.08:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \
		p5-Catalyst-Plugin-Session-Store-FastMmap>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-FastMmap \
		p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser \
		p5-Net-OpenID-Consumer>=1.03:${PORTSDIR}/net/p5-Net-OpenID-Consumer \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Catalyst::Authentication::Credential::OpenID.3

post-patch:
	@@${REINPLACE_CMD} -e '/Module::Install::AuthorTests/d' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile 301205 2012-07-20 02:07:45Z sunpoet $
a35 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif

d39 1
a39 1
.include <bsd.port.post.mk>
@


1.6
log
@SVN rev 301205 on 2012-07-20 02:07:45Z by sunpoet

- Update to 0.17
- Add LICENSE

Changes:	http://search.cpan.org/dist/Catalyst-Authentication-Credential-OpenID/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d6 1
d9 1
a9 2
PORTVERSION=	0.16
PORTREVISION=	1
d17 3
d43 3
@


1.4
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d33 8
a40 1
.include <bsd.port.mk>
@


1.3
log
@- Update *_DEPENDS: p5-parent is already in perl >= 5.10.1
- Pet portlint
- Bump PORTREVISION for dependency change
@
text
@d33 1
a33 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif

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


1.2
log
@Reassign ports from andrey@@kostenko.name to perl@@ due to lack of time.

Hat:		portmgr
@
text
@d9 1
d26 2
a27 3
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-parent>=0.2:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS=	${BUILD_DEPENDS}
d29 1
a29 2
PERL_CONFIGURE=	YES
MAN3=	Catalyst::Authentication::Credential::OpenID.3
d31 10
a40 1
.include <bsd.port.mk>
@


1.1
log
@OpenID credential for Catalyst::Plugin::Authentication framework.

WWW: http://search.cpan.org/dist/Catalyst-Authentication-Credential-OpenID

PR:		ports/141896
Submitted by:	andrey at kostenko.name
@
text
@d13 1
a13 1
MAINTAINER=	andrey@@kostenko.name
@

