diff options
author | abs <abs@pkgsrc.org> | 2008-07-15 09:17:28 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-07-15 09:17:28 +0000 |
commit | 68e7ddb38bc096de620a0fda5489a9ba7e1d98cd (patch) | |
tree | 3d91c3d95e2f57b316b528c3ee14a791fda134e7 /www | |
parent | 12be2ea8e0509b9209ddd90ef30466415956e320 (diff) | |
download | pkgsrc-68e7ddb38bc096de620a0fda5489a9ba7e1d98cd.tar.gz |
Added www/p5-Catalyst-Plugin-Authentication-Store-DBIC version 0.10
This plugin uses a DBIx::Class (or Class::DBI) object to authenticate
a user for Catalyst.
Diffstat (limited to 'www')
3 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/DESCR b/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/DESCR new file mode 100644 index 00000000000..3b86f2c2301 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/DESCR @@ -0,0 +1,2 @@ +This plugin uses a DBIx::Class (or Class::DBI) object to authenticate +a user for Catalyst. diff --git a/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile b/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile new file mode 100644 index 00000000000..1fa878a8318 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:17:28 abs Exp $ + +DISTNAME= Catalyst-Plugin-Authentication-Store-DBIC-0.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Plugin::Authentication::Store::DBIC +COMMENT= Authentication and authorization against a DBIx::Class or CDBI + +DEPENDS+= p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime +DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.06:../../www/p5-Catalyst-Plugin-Authentication +DEPENDS+= p5-Set-Object>=1.14:../../devel/p5-Set-Object +DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor +DEPENDS+= p5-DBIx-Class>=0:../../databases/p5-DBIx-Class +DEPENDS+= p5-Catalyst-Model-DBIC-Schema>=0:../../databases/p5-Catalyst-Model-DBIC-Schema +DEPENDS+= p5-Catalyst-Plugin-Authorization-Roles>=0.03:../../www/p5-Catalyst-Plugin-Authorization-Roles +DEPENDS+= p5-Catalyst-Plugin-Session-State-Cookie>=0.02:../../www/p5-Catalyst-Plugin-Session-State-Cookie + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/Store/DBIC/.packlist + +MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skipdeps + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo b/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo new file mode 100644 index 00000000000..7b407319af1 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:17:28 abs Exp $ + +SHA1 (Catalyst-Plugin-Authentication-Store-DBIC-0.10.tar.gz) = ac9f328162a83c085cadda3e0c3c37941a09c6b7 +RMD160 (Catalyst-Plugin-Authentication-Store-DBIC-0.10.tar.gz) = 9ffcabb25b231b02d62828fe75edef44f38a23a7 +Size (Catalyst-Plugin-Authentication-Store-DBIC-0.10.tar.gz) = 31679 bytes |