diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-01 02:57:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-01 02:57:08 +0800 |
commit | 6c72477ead938c7928137705c8be33af69148fa6 (patch) | |
tree | 9c82ff6acc997b366189e987d8645ba51d63fcd5 /www/p5-Catalyst-Plugin-Authentication-OpenID | |
parent | 637b1d4d15cc0b217b9c50f4e82c2c1fee2cac74 (diff) | |
download | freebsd-ports-gnome-6c72477ead938c7928137705c8be33af69148fa6.tar.gz freebsd-ports-gnome-6c72477ead938c7928137705c8be33af69148fa6.tar.zst freebsd-ports-gnome-6c72477ead938c7928137705c8be33af69148fa6.zip |
- Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Reformat pkg-descr
- Use single space after WWW:
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication-OpenID')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile | 10 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-descr | 13 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-plist | 4 |
3 files changed, 14 insertions, 13 deletions
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 <bsd.port.mk> 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 |