head	1.10;
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.4
	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.10
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.06.17.22.52;	author az;	state Exp;
branches;
next	1.8;

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

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

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

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

1.4
date	2009.01.15.08.55.25;	author pav;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2006.12.20.11.41.27;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Net-OpenID-JanRain
# Date created:				2006-12-19
# Whom:					Cheng-Lung Sung <clsung@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Net-OpenID-JanRain/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Net-OpenID-JanRain
PORTVERSION=	1.1.1
PORTREVISION=	2
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	OpenID JanRain and Consumer with JanRain API

BUILD_DEPENDS=	p5-Crypt-DH>=0:${PORTSDIR}/security/p5-Crypt-DH \
		p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
		p5-LWPx-ParanoidAgent>=0:${PORTSDIR}/www/p5-LWPx-ParanoidAgent \
		p5-Net-Yadis>=0:${PORTSDIR}/net/p5-Net-Yadis \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Net::OpenID::JanRain::Consumer.3 \
		Net::OpenID::JanRain::Server.3 \
		Net::OpenID::JanRain::Stores::FileStore.3 \
		Net::OpenID::JanRain::Stores::MySQLStore.3 \
		Net::OpenID::JanRain::Stores::PostgreSQLStore.3 \
		Net::OpenID::JanRain::Stores::SQLStore.3 \
		Net::OpenID::JanRain::Stores::SQLiteStore.3 \
		Net::OpenID::JanRain::Util.3

.include <bsd.port.mk>
@


1.9
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Assign clsung's p5- ports to perl@@

Approved by:	clsung via IRC
@
text
@d18 4
a21 4
BUILD_DEPENDS=	${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \
		${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
		${SITE_PERL}/LWPx/ParanoidAgent.pm:${PORTSDIR}/www/p5-LWPx-ParanoidAgent \
		${SITE_PERL}/Net/Yadis.pm:${PORTSDIR}/net/p5-Net-Yadis \
@


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
@d15 1
a15 1
MAINTAINER=	clsung@@FreeBSD.org
@


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
@d23 1
a23 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


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

Approved by:	portmgr (itetcu)
@
text
@d25 1
a25 1
PERL_CONFIGURE=	5.8.1+
@


1.4
log
@- Fix plist with perl 5.8.9
- While here, remove duplicite entry from plist
@
text
@d10 1
a10 1
PORTREVISION=	1
d21 1
a21 2
		${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \
    		${SITE_PERL}/Net/Yadis.pm:${PORTSDIR}/net/p5-Net-Yadis \
@


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
@d10 1
d34 2
a35 1
		Net::OpenID::JanRain::Stores::SQLiteStore.3
@


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=	Net
@


1.1
log
@OpenID is a decentralized identity system, but one that's actually
decentralized and doesn't entirely crumble if one company turns evil
or goes out of business.

An OpenID identity is just a URL. You can have multiple identities in
the same way you can have multiple URLs. All OpenID does is provide a
way to prove that you own a URL (identity).

Anybody can run their own site using OpenID, and anybody can be an
OpenID server, and they all work with each other without having to
register with or pay anybody to "get started". An owner of a URL can
pick which OpenID server to use.

WWW: http://www.openidenabled.com/openid/libraries/perl/
@
text
@d26 1
a26 1
PERL_CONFIGURE=	yes
d36 1
a36 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500801
IGNORE=		requires perl 5.8.x or later. Install lang/perl5.8 then try again
.endif

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

