Update security/lynis to version 2.5.1
[dports.git] / security / p5-Net-OpenID-JanRain / Makefile
1 # Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Net-OpenID-JanRain
5 PORTVERSION=    1.1.1
6 PORTREVISION=   3
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        OpenID JanRain and Consumer with JanRain API
13
14 BUILD_DEPENDS=  p5-Crypt-DH>=0:security/p5-Crypt-DH \
15                 p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
16                 p5-LWPx-ParanoidAgent>=0:www/p5-LWPx-ParanoidAgent \
17                 p5-Net-Yadis>=0:net/p5-Net-Yadis \
18                 p5-libwww>=0:www/p5-libwww
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>