aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-OpenID-JanRain/Makefile
blob: 41407d228fbfed2bd8c6afd87c2bccd4052d7118 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	p5-Net-OpenID-JanRain
# Date created:				2006-12-19
# Whom:					Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

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>