aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Google-SAML-Response/Makefile
blob: 6d03fb4da6e6f570aa3c2a756993daccc766f736 (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
37
# New ports collection makefile for:    p5-Google-SAML-Response
# Date created:     2009-08-05
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   Google-SAML-Response
PORTVERSION=    0.09
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    SAML responses for Google\'s SSO implementation

RUN_DEPENDS=    p5-Crypt-OpenSSL-Bignum>0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
        p5-Crypt-OpenSSL-DSA>0:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
        p5-Crypt-OpenSSL-RSA>0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
        p5-File-Which>0:${PORTSDIR}/sysutils/p5-File-Which \
        p5-Google-SAML-Request>0:${PORTSDIR}/net/p5-Google-SAML-Request \
        p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \
        p5-XML-CanonicalizeXML>0:${PORTSDIR}/textproc/p5-XML-CanonicalizeXML
BUILD_DEPENDS=  ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception

PERL_CONFIGURE= yes

MAN3=       Google::SAML::Response.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+=   p5-Digest-SHA>0:${PORTSDIR}/security/p5-Digest-SHA
.endif

.include <bsd.port.post.mk>