Bump security/authforce to version 0.9.9_5
[dports.git] / security / p5-Net-OpenID-Common / Makefile
1 # Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Net-OpenID-Common
5 PORTVERSION=    1.20
6 CATEGORIES=     security net perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server
12
13 LICENSE=        ARTPERL10
14
15 BUILD_DEPENDS=  p5-Crypt-DH-GMP>=0:net/p5-Crypt-DH-GMP \
16                 p5-Email-MIME-ContentType>=0:mail/p5-Email-MIME-ContentType \
17                 p5-HTML-Parser>=0:www/p5-HTML-Parser \
18                 p5-HTTP-Message>=0:www/p5-HTTP-Message \
19                 p5-URI>=0:net/p5-URI \
20                 p5-XML-Simple>=0:textproc/p5-XML-Simple
21 RUN_DEPENDS:=   ${BUILD_DEPENDS}
22
23 USES=           perl5
24 USE_PERL5=      configure
25
26 .include <bsd.port.mk>