head	1.11;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	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.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.09.08.14.48.14;	author swills;	state Exp;
branches;
next	1.9;

1.9
date	2012.08.24.12.44.52;	author tabthorpe;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.30.12.36.11;	author az;	state Exp;
branches;
next	1.7;

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

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

1.5
date	2008.12.04.19.48.22;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2008.10.29.14.54.34;	author vsevolod;	state Exp;
branches;
next	1.3;

1.3
date	2008.03.03.21.36.10;	author gabor;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.18.16.23.08;	author garga;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.02.01.52.34;	author jylefort;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Net-OpenID-Server
# Date created:				July 25th 2005
# Whom:					Alex Kapranoff <kappa@@rambler-co.ru>
#
# $FreeBSD: head/security/p5-Net-OpenID-Server/Makefile 303910 2012-09-08 14:48:14Z swills $
#

PORTNAME=	Net-OpenID-Server
PORTVERSION=	1.09
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Reference implementation of OpenID server

BUILD_DEPENDS=	p5-Crypt-DH>=0:${PORTSDIR}/security/p5-Crypt-DH \
		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
		p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
INSTALL_TARGET=	pure_install

MAN3=		Net::OpenID::Server.3

.include <bsd.port.mk>
@


1.10
log
@SVN rev 303910 on 2012-09-08 14:48:14Z by swills

- Update to 1.09

PR:		ports/170970
Approved by:	maintainer timeout (kappa@@rambler-co.ru, >2 weeks)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@SVN rev 303080 on 2012-08-24 12:44:52Z by tabthorpe

- Reset maintainer due to mail bounces

With hat:	portmgr
@
text
@d9 1
a9 2
PORTVERSION=	1.02
PORTREVISION=	1
@


1.8
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d15 1
a15 1
MAINTAINER=	kappa@@rambler-co.ru
@


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
@d18 3
a20 3
BUILD_DEPENDS=	${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \
		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
@


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

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


1.5
log
@- Update to 1.0.2

PR:		129328
Submitted by:	Alex Kapranoff <kappa@@rambler-co.ru> (maintainer)
@
text
@d10 1
a19 1
		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
@


1.4
log
@Update to 1.01

Submitted by:	maintainer via private e-mail
@
text
@d9 1
a9 1
PORTVERSION=	1.01
@


1.3
log
@- Update to 0.13
- Fix dependencies
- Style

PR:		ports/120593
Submitted by:	Felippe de Meirelles Motta <lippemail@@gmail.com>
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	0.13
d14 1
a14 1
MAINTAINER=	kappa@@freebsd.org.ua
@


1.2
log
@- Update to 0.10

PR:		ports/87613
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.10
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Net
d17 4
a20 1
BUILD_DEPENDS=	${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH
@


1.1
log
@Add p5-Net-OpenID-Server.

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.openid.net

PR:		ports/85284
Submitted by:	Alex Kapranoff <kappa@@rambler-co.ru>
@
text
@d9 1
a9 1
PORTVERSION=	0.09
@

