svn commit: r343734 - in head/www: . p5-Mojolicious-Plugin-Authentication

Mathieu Arnold mat at FreeBSD.org
Tue Feb 11 11:33:26 UTC 2014


Author: mat
Date: Tue Feb 11 11:33:24 2014
New Revision: 343734
URL: http://svnweb.freebsd.org/changeset/ports/343734
QAT: https://qat.redports.org/buildarchive/r343734/

Log:
  Add p5-Mojolicious-Plugin-Authentication 1.26, mojolicious plugin to
  make authentication a bit easier.
  
  Sponsored by:	Absolight

Added:
  head/www/p5-Mojolicious-Plugin-Authentication/
  head/www/p5-Mojolicious-Plugin-Authentication/Makefile   (contents, props changed)
  head/www/p5-Mojolicious-Plugin-Authentication/distinfo   (contents, props changed)
  head/www/p5-Mojolicious-Plugin-Authentication/pkg-descr   (contents, props changed)
  head/www/p5-Mojolicious-Plugin-Authentication/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Feb 11 11:20:52 2014	(r343733)
+++ head/www/Makefile	Tue Feb 11 11:33:24 2014	(r343734)
@@ -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

Added: head/www/p5-Mojolicious-Plugin-Authentication/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Mojolicious-Plugin-Authentication/Makefile	Tue Feb 11 11:33:24 2014	(r343734)
@@ -0,0 +1,22 @@
+# Created by: Mathieu Arnold <mat at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Mojolicious-Plugin-Authentication
+PORTVERSION=	1.26
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	mat at 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>

Added: head/www/p5-Mojolicious-Plugin-Authentication/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Mojolicious-Plugin-Authentication/distinfo	Tue Feb 11 11:33:24 2014	(r343734)
@@ -0,0 +1,2 @@
+SHA256 (Mojolicious-Plugin-Authentication-1.26.tar.gz) = ca7d56c371d03c66cf87dc541d915d55f6df5cd5364fd1c16be8e6f31d154fcd
+SIZE (Mojolicious-Plugin-Authentication-1.26.tar.gz) = 17864

Added: head/www/p5-Mojolicious-Plugin-Authentication/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Mojolicious-Plugin-Authentication/pkg-descr	Tue Feb 11 11:33:24 2014	(r343734)
@@ -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/

Added: head/www/p5-Mojolicious-Plugin-Authentication/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Mojolicious-Plugin-Authentication/pkg-plist	Tue Feb 11 11:33:24 2014	(r343734)
@@ -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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin/Authentication
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+ at dirrmtry %%SITE_PERL%%/Mojolicious/Plugin
+ at dirrmtry %%SITE_PERL%%/Mojolicious


More information about the svn-ports-head mailing list