From 6c72477ead938c7928137705c8be33af69148fa6 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Thu, 31 Jul 2014 18:57:08 +0000 Subject: - Add LICENSE - Remove unnecessary MASTER_SITE_SUBDIR - Sort PLIST - Reformat pkg-descr - Use single space after WWW: --- www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile | 10 ++++++---- www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-descr | 13 ++++++------- www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-plist | 4 ++-- 3 files changed, 14 insertions(+), 13 deletions(-) (limited to 'www/p5-Catalyst-Plugin-Authentication-OpenID') diff --git a/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile b/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile index 7cfbe89117e4..82093b60d64d 100644 --- a/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile @@ -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 diff --git a/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-descr b/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-descr index 48691e06eb9a..f2dc2b6137ec 100644 --- a/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-descr +++ b/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-descr @@ -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/ diff --git a/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-plist b/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-plist index 8b4886724fb5..ecfeaf448ecb 100644 --- a/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-plist +++ b/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-plist @@ -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 -- cgit