mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Add p5-Mojolicious-Plugin-Authentication 1.26, mojolicious plugin to
make authentication a bit easier. Sponsored by: Absolight
This commit is contained in:
parent
85fd614298
commit
b8749dbd1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343734
@ -1070,6 +1070,7 @@
|
||||
SUBDIR += p5-Mojo-Server-FastCGI
|
||||
SUBDIR += p5-MojoMojo
|
||||
SUBDIR += p5-Mojolicious
|
||||
SUBDIR += p5-Mojolicious-Plugin-Authentication
|
||||
SUBDIR += p5-Mojolicious-Plugin-Database
|
||||
SUBDIR += p5-Mojolicious-Plugin-Mongodb
|
||||
SUBDIR += p5-Mojolicious-Plugin-YamlConfig
|
||||
|
22
www/p5-Mojolicious-Plugin-Authentication/Makefile
Normal file
22
www/p5-Mojolicious-Plugin-Authentication/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Mathieu Arnold <mat@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Mojolicious-Plugin-Authentication
|
||||
PORTVERSION= 1.26
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
COMMENT= Mojolicious plugin to make authentication a bit easier
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious
|
||||
RUN_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Mojolicious-Plugin-Authentication/distinfo
Normal file
2
www/p5-Mojolicious-Plugin-Authentication/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Mojolicious-Plugin-Authentication-1.26.tar.gz) = ca7d56c371d03c66cf87dc541d915d55f6df5cd5364fd1c16be8e6f31d154fcd
|
||||
SIZE (Mojolicious-Plugin-Authentication-1.26.tar.gz) = 17864
|
4
www/p5-Mojolicious-Plugin-Authentication/pkg-descr
Normal file
4
www/p5-Mojolicious-Plugin-Authentication/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Mojolicious::Plugin::Authentication is a module that helps you deal
|
||||
with authenticating users in your Mojolicious application.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Mojolicious-Plugin-Authentication/
|
9
www/p5-Mojolicious-Plugin-Authentication/pkg-plist
Normal file
9
www/p5-Mojolicious-Plugin-Authentication/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%PERL5_MAN3%%/Mojolicious::Plugin::Authentication.3.gz
|
||||
%%SITE_PERL%%/Mojolicious/Plugin/Authentication.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin/Authentication/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin/Authentication
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
||||
@dirrmtry %%SITE_PERL%%/Mojolicious/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Mojolicious
|
Loading…
Reference in New Issue
Block a user