diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-05 12:25:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-05 12:25:02 +0000 |
commit | 4eede91cb420df4535f1fc3c2a827696988cb8f7 (patch) | |
tree | bd2eb274645e8bf8d0f8c1ff2e0ff1e7fa7d3a9d /net/Makefile | |
parent | 46dc595cbb50693d9fc2e2a17fe594e5c4f762f4 (diff) |
Google::SAML::Request will parse (and, for the sake of completeness,
create) SAML requests as used by Google. Please note that
Google::SAML::Request is by no means a full implementation of the SAML
2.0 standard. But if you want to talk to Google to authenticate users,
you should be fine.
WWW: http://search.cpan.org/dist/Google-SAML-Request/
PR: ports/137444
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=238987
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 06fbca088c21..cfbd5020640e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -475,6 +475,7 @@ SUBDIR += p5-Geo-IP SUBDIR += p5-Geo-IP-PurePerl SUBDIR += p5-Geo-IPfree + SUBDIR += p5-Google-SAML-Request SUBDIR += p5-Google-SAML-Response SUBDIR += p5-Gopher-Server SUBDIR += p5-IO-INET6 |