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 | |
parent | 46dc595cbb50693d9fc2e2a17fe594e5c4f762f4 (diff) | |
download | ports-4eede91cb420df4535f1fc3c2a827696988cb8f7.tar.gz ports-4eede91cb420df4535f1fc3c2a827696988cb8f7.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Google-SAML-Request/Makefile | 27 | ||||
-rw-r--r-- | net/p5-Google-SAML-Request/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Google-SAML-Request/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-Google-SAML-Request/pkg-plist | 8 |
5 files changed, 46 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 diff --git a/net/p5-Google-SAML-Request/Makefile b/net/p5-Google-SAML-Request/Makefile new file mode 100644 index 000000000000..aad44114b34d --- /dev/null +++ b/net/p5-Google-SAML-Request/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Google-SAML-Request +# Date created: 2009-08-05 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Google-SAML-Request +PORTVERSION= 0.02 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Create or parse Google\'s SAML requests + +RUN_DEPENDS= p5-Compress-Zlib>0:${PORTSDIR}/archivers/p5-Compress-Zlib \ + p5-MIME-Base64>0:${PORTSDIR}/converters/p5-MIME-Base64 \ + p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \ + p5-URI>0:${PORTSDIR}/net/p5-URI \ + p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple + +PERL_CONFIGURE= yes + +MAN3= Google::SAML::Request.3 + +.include <bsd.port.mk> diff --git a/net/p5-Google-SAML-Request/distinfo b/net/p5-Google-SAML-Request/distinfo new file mode 100644 index 000000000000..26b59591d335 --- /dev/null +++ b/net/p5-Google-SAML-Request/distinfo @@ -0,0 +1,3 @@ +MD5 (Google-SAML-Request-0.02.tar.gz) = f99102e3ee749f5644ef09372674eb4c +SHA256 (Google-SAML-Request-0.02.tar.gz) = d790024eef3d93f5c9d6a699464005785a675929168a8ce54a51ffd15ac494f1 +SIZE (Google-SAML-Request-0.02.tar.gz) = 12986 diff --git a/net/p5-Google-SAML-Request/pkg-descr b/net/p5-Google-SAML-Request/pkg-descr new file mode 100644 index 000000000000..f1843d460899 --- /dev/null +++ b/net/p5-Google-SAML-Request/pkg-descr @@ -0,0 +1,7 @@ +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/ diff --git a/net/p5-Google-SAML-Request/pkg-plist b/net/p5-Google-SAML-Request/pkg-plist new file mode 100644 index 000000000000..77181ef032cf --- /dev/null +++ b/net/p5-Google-SAML-Request/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/SAML/Request/.packlist +%%SITE_PERL%%/Google/SAML/Request.pm +@dirrmtry %%SITE_PERL%%/Google/SAML +@dirrmtry %%SITE_PERL%%/Google +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/SAML/Request +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/SAML +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google |