# New ports collection makefile for:	p5-Net-OpenID-Consumer
# Date created:		2007-05-04
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	Net-OpenID-Consumer
DISTVERSION=	1.13
CATEGORIES=	net security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Library for consumers of OpenID identities

RUN_DEPENDS=	${SITE_PERL}/Net/OpenID/Common.pm:${PORTSDIR}/security/p5-Net-OpenID-Common \
		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \
		${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \
		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI

PERL_CONFIGURE=	YES

MAN3=   Net::OpenID::VerifiedIdentity.3 \
	Net::OpenID::ClaimedIdentity.3 \
	Net::OpenID::Consumer.3 \
	Net::OpenID::Association.3

.include <bsd.port.mk>
