mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR - Sort PLIST - Reformat pkg-descr - Use single space after WWW:
This commit is contained in:
parent
f3a9136ddb
commit
066a09b0b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363668
@ -5,18 +5,20 @@ PORTNAME= Catalyst-Plugin-Authentication-OpenID
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= www security perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Catalyst
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= OpenID Authentication
|
||||
|
||||
RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
p5-LWPx-ParanoidAgent>=0:${PORTSDIR}/www/p5-LWPx-ParanoidAgent \
|
||||
p5-Net-OpenID-Consumer>=0:${PORTSDIR}/net/p5-Net-OpenID-Consumer
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,9 @@
|
||||
Catalyst::Plugin::Authentication::OpenID implements support for OpenID
|
||||
authentication in a Catalyst application. For more information on
|
||||
OpenID, take a look at http://www.openid.net/.
|
||||
authentication in a Catalyst application. For more information on OpenID, take a
|
||||
look at http://www.openid.net/.
|
||||
|
||||
In most cases, you'll want to use this plugin in combination with a
|
||||
session plugin for Catalyst. For example,
|
||||
Catalyst::Plugin::Session::FastMmap, which uses a memory-mapped
|
||||
database to store session data.
|
||||
In most cases, you'll want to use this plugin in combination with a session
|
||||
plugin for Catalyst. For example, Catalyst::Plugin::Session::FastMmap, which
|
||||
uses a memory-mapped database to store session data.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-OpenID/
|
||||
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-OpenID/
|
||||
|
@ -1,7 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/OpenID/.packlist
|
||||
%%SITE_PERL%%/Catalyst/Plugin/Authentication/OpenID.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/OpenID/.packlist
|
||||
%%PERL5_MAN3%%/Catalyst::Plugin::Authentication::OpenID.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/OpenID
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/OpenID
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
|
||||
|
Loading…
Reference in New Issue
Block a user