summaryrefslogtreecommitdiff
path: root/security/p5-Net-OpenID-JanRain/Makefile
blob: 9c0d4541275b6508051d2be9c5ff53221aeaaaff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	Net-OpenID-JanRain
PORTVERSION=	1.1.1
PORTREVISION=	3
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	OpenID JanRain and Consumer with JanRain API
WWW=		http://www.openidenabled.com/openid/libraries/perl/

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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>