diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-12-10 16:55:23 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-12-10 16:55:23 +0000 |
commit | 89df60c9e0d7ba63f1045ef31fe0c59c7749a96a (patch) | |
tree | 22cc2be17e46f63d3f71832a66975c3d66e9d8d5 /security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database | |
parent | 43ea19c3e9d01d75b721b9efc9e1f3f8205f1285 (diff) | |
download | ports-89df60c9e0d7ba63f1045ef31fe0c59c7749a96a.tar.gz ports-89df60c9e0d7ba63f1045ef31fe0c59c7749a96a.zip |
Notes
Diffstat (limited to 'security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database')
4 files changed, 36 insertions, 0 deletions
diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/Makefile b/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/Makefile new file mode 100644 index 000000000000..405caba33898 --- /dev/null +++ b/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/Makefile @@ -0,0 +1,24 @@ +# Created by: Henk van Oers <hvo.pm@xs4all.nl> +# $FreeBSD$ + +PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-Database +PORTVERSION= 0.600 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hvo.pm@xs4all.nl +COMMENT= Extensible authentication for D2 apps using Dancer2-Plugin-Database + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Dancer2-Plugin-Auth-Extensible>=0.600:security/p5-Dancer2-Plugin-Auth-Extensible \ + p5-Dancer2-Plugin-Database>=0.600:databases/p5-Dancer2-Plugin-Database +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/distinfo b/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/distinfo new file mode 100644 index 000000000000..6a025031ba23 --- /dev/null +++ b/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1476370811 +SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-Database-0.600.tar.gz) = 8a1d727fa05a7cbad1a2a3785be033b005aecaa59fd114d726215c26597172aa +SIZE (Dancer2-Plugin-Auth-Extensible-Provider-Database-0.600.tar.gz) = 9601 diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-descr b/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-descr new file mode 100644 index 000000000000..925a6cdd926d --- /dev/null +++ b/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-descr @@ -0,0 +1,7 @@ +This class is an authentication provider designed to authenticate users +against a database, using Dancer2::Plugin::Database to access a database. + +See Dancer2::Plugin::Auth::Extensible for details on how to use +the authentication framework. + +WWW: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-Database/ diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-plist b/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-plist new file mode 100644 index 000000000000..f0387aec20e6 --- /dev/null +++ b/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Database.pm +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Database.3.gz |