aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-OpenID-Consumer/Makefile
blob: 8de5e3cbe53c516a199818f879ba5716d2bd0c63 (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
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   Net-OpenID-Consumer
PORTVERSION=    1.14
CATEGORIES= net security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

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

BUILD_DEPENDS=  p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
        p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
        p5-Net-OpenID-Common>=1.13:${PORTSDIR}/security/p5-Net-OpenID-Common \
        p5-URI>=0:${PORTSDIR}/net/p5-URI \
        p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

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

.if defined(MAINTAINER_MODE)
regression-test: build
    cd ${WRKSRC} && ${MAKE} test
.endif

.include <bsd.port.mk>