head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.21.17.38.20;	author eadler;	state Exp;
branches;
next	1.4;

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

1.3
date	2010.01.23.08.31.32;	author wen;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.18.06.46.46;	author wen;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Jifty-Plugin-OpenID
# Date created:		14 June, 2009
# Whom:			Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/security/p5-Jifty-Plugin-OpenID/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Jifty-Plugin-OpenID
PORTVERSION=	1.02
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	Provides OpenID authentication for your Jifty App

BUILD_DEPENDS=	p5-Jifty>=0:${PORTSDIR}/www/p5-Jifty \
		p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
		p5-Net-OpenID-Consumer>=0:${PORTSDIR}/net/p5-Net-OpenID-Consumer \
		p5-LWPx-ParanoidAgent>=0:${PORTSDIR}/www/p5-LWPx-ParanoidAgent
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Jifty::Plugin::OpenID::View.3 \
		Jifty::Plugin::OpenID.3 \
		Jifty::Plugin::OpenID::Action::VerifyOpenID.3 \
		Jifty::Plugin::OpenID::Action::AuthenticateOpenID.3 \
		Jifty::Plugin::OpenID::Mixin::Model::User.3 \
		Jifty::Plugin::OpenID::Action::CreateOpenIDUser.3 \
		Jifty::Plugin::OpenID::Dispatcher.3

.include <bsd.port.mk>
@


1.5
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
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
  are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@@
@
text
@d22 1
a22 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.3
log
@- Update to 1.02
@
text
@d10 1
@


1.2
log
@- Update to 1.01
- Update my email to FreeBSD
@
text
@d9 1
a9 1
PORTVERSION=	1.01
@


1.1
log
@Jifty::Plugin::OpenID is a perl module provides OpenID
authentication for your jifty app.

WWW:	http://search.cpan.org/dist/Jifty-Plugin-OpenID/

PR:		ports/135558
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.00
d14 1
a14 1
MAINTAINER=	wenheping@@gmail.com
@

