Add missing dependencies
PR: ports/137475 Submitted by: Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
parent
e2d6281cfb
commit
396889f975
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239105
1 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Google-SAML-Response
|
||||
PORTVERSION= 0.07
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,10 +16,14 @@ MAINTAINER= gslin@gslin.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-Digest-SHA>0:${PORTSDIR}/security/p5-Digest-SHA \
|
||||
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-Canonical>0:${PORTSDIR}/textproc/p5-XML-Canonical
|
||||
p5-XML-Canonical>0:${PORTSDIR}/textproc/p5-XML-Canonical \
|
||||
p5-XML-CanonicalizeXML>0:${PORTSDIR}/textproc/p5-XML-CanonicalizeXML
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue