diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-25 20:48:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-25 20:48:41 +0800 |
commit | d1383cf48b1ab781b7f1c43a0cccdd3f701421cd (patch) | |
tree | ffc73e5c43bfbd16a871e24692c3578a8d0a27cc /www | |
parent | ac32bb442b5d7309c24dbe2d8f652b76b96d4b54 (diff) | |
download | freebsd-ports-gnome-d1383cf48b1ab781b7f1c43a0cccdd3f701421cd.tar.gz freebsd-ports-gnome-d1383cf48b1ab781b7f1c43a0cccdd3f701421cd.tar.zst freebsd-ports-gnome-d1383cf48b1ab781b7f1c43a0cccdd3f701421cd.zip |
OpenID credential for Catalyst::Plugin::Authentication framework.
WWW: http://search.cpan.org/dist/Catalyst-Authentication-Credential-OpenID
PR: ports/141896
Submitted by: andrey at kostenko.name
Diffstat (limited to 'www')
5 files changed, 48 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 32308f4543d3..2284e2675cc6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -736,6 +736,7 @@ SUBDIR += p5-Catalyst-Action-REST SUBDIR += p5-Catalyst-Action-RenderView SUBDIR += p5-Catalyst-Authentication-Credential-HTTP + SUBDIR += p5-Catalyst-Authentication-Credential-OpenID SUBDIR += p5-Catalyst-Authentication-Store-DBIx-Class SUBDIR += p5-Catalyst-Authentication-Store-LDAP SUBDIR += p5-Catalyst-Component-ACCEPT_CONTEXT diff --git a/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile b/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile new file mode 100644 index 000000000000..318dad3dcf76 --- /dev/null +++ b/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Catalyst-Authentication-Credential-OpenID +# Date created: 22 December 2009 +# Whom: andrey@kostenko.name +# +# $FreeBSD$ + +PORTNAME= Catalyst-Authentication-Credential-OpenID +PORTVERSION= 0.16 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= andrey@kostenko.name +COMMENT= OpenID credential for Catalyst::Plugin::Authentication framework + +BUILD_DEPENDS= p5-Cache-FastMmap>=1.28:${PORTSDIR}/devel/p5-Cache-FastMmap \ + p5-Catalyst-Devel>=1:${PORTSDIR}/www/p5-Catalyst-Devel \ + p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ + p5-Catalyst-Plugin-Session-State-Cookie>=0.08:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ + p5-Catalyst-Plugin-Session-Store-FastMmap>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-FastMmap \ + p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Net-OpenID-Consumer>=1.03:${PORTSDIR}/net/p5-Net-OpenID-Consumer \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-parent>=0.2:${PORTSDIR}/devel/p5-parent +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES +MAN3= Catalyst::Authentication::Credential::OpenID.3 + +.include <bsd.port.mk> diff --git a/www/p5-Catalyst-Authentication-Credential-OpenID/distinfo b/www/p5-Catalyst-Authentication-Credential-OpenID/distinfo new file mode 100644 index 000000000000..e11c85c64911 --- /dev/null +++ b/www/p5-Catalyst-Authentication-Credential-OpenID/distinfo @@ -0,0 +1,3 @@ +MD5 (Catalyst-Authentication-Credential-OpenID-0.16.tar.gz) = 4c3ba35fd9a2f1f201fa411b1ed2d53c +SHA256 (Catalyst-Authentication-Credential-OpenID-0.16.tar.gz) = d0e5c2a9149f76f078d203ff03c281fc62332db3fad0889f27ab9352af80e64a +SIZE (Catalyst-Authentication-Credential-OpenID-0.16.tar.gz) = 36382 diff --git a/www/p5-Catalyst-Authentication-Credential-OpenID/pkg-descr b/www/p5-Catalyst-Authentication-Credential-OpenID/pkg-descr new file mode 100644 index 000000000000..2186ae484d74 --- /dev/null +++ b/www/p5-Catalyst-Authentication-Credential-OpenID/pkg-descr @@ -0,0 +1,3 @@ +OpenID credential for Catalyst::Plugin::Authentication framework. + +WWW: http://search.cpan.org/dist/Catalyst-Authentication-Credential-OpenID diff --git a/www/p5-Catalyst-Authentication-Credential-OpenID/pkg-plist b/www/p5-Catalyst-Authentication-Credential-OpenID/pkg-plist new file mode 100644 index 000000000000..d9b9ef07bae3 --- /dev/null +++ b/www/p5-Catalyst-Authentication-Credential-OpenID/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Catalyst/Authentication/Credential/OpenID.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Credential/OpenID/.packlist +@dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Credential +@dirrmtry %%SITE_PERL%%/Catalyst/Authentication +@dirrmtry %%SITE_PERL%%/Catalyst +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Credential/OpenID +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Credential +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst |