2009-08-05 14:24:31 +02:00
|
|
|
# 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
|
2012-04-21 20:20:18 +02:00
|
|
|
PORTVERSION= 0.12
|
2009-08-05 14:24:31 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-22 21:22:07 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-08-05 14:24:31 +02:00
|
|
|
COMMENT= SAML responses for Google\'s SSO implementation
|
|
|
|
|
2012-04-20 03:11:23 +02:00
|
|
|
BUILD_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-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
|
|
|
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
|
|
|
|
p5-XML-CanonicalizeXML>=0:${PORTSDIR}/textproc/p5-XML-CanonicalizeXML
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
2009-08-05 14:24:31 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Google::SAML::Response.3
|
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2012-04-20 03:11:23 +02:00
|
|
|
.if ${PERL_LEVEL} < 501000
|
|
|
|
BUILD_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
|
|
|
|
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
|
|
|
|
RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
|
|
|
|
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
|
2012-03-13 17:15:36 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|