summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2008-11-10 22:41:10 +0000
committerrhaen <rhaen@pkgsrc.org>2008-11-10 22:41:10 +0000
commit6f9b8693a641b56757418fa405a36c4a61b8788b (patch)
tree14f1b7b517c1779e3429300e5d32b9a5d279eedd /www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
parenta4540e8c06c8fa4bf8b73a91d5ea15ef8c17d5cd (diff)
downloadpkgsrc-6f9b8693a641b56757418fa405a36c4a61b8788b.tar.gz
- updated to 0.1082
- took maintainership ChangeLog: 0.108 2008-09-25 Adding SimpleDB realm to simplify basic auth configuration Changing user_class to user_model, per req. by mst to avoid confusing newbies. 0.107 2008-09-29 Fix the typo in exception during authenticate Doc fixes and clarifications Added missing dependency on Catalyst::Model::DBIC::Schema to Makefile.PL 0.105 2008-03-19 Throw an exception if no fields are provided during authenticate - better than retrieving a random user. - still possible to do an empty search by using searchargs
Diffstat (limited to 'www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile')
-rw-r--r--www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
index 4698ff4552b..9b34c77cd06 100644
--- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
+++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
@@ -1,22 +1,20 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:19:06 he Exp $
+# $NetBSD: Makefile,v 1.3 2008/11/10 22:41:10 rhaen Exp $
-DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.104
+DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.1082
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Authentication::Store::DBIx::Class
+MAINTAINER= rhaen@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Catalyst-Authentication-Store-DBIx-Class/
COMMENT= Storage class for Catalyst Authentication using DBIx::Class
-DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.10005:../../www/p5-Catalyst-Plugin-Authentication
+DEPENDS+= p5-Catalyst-Model-DBIC-Schema>=0.18:../../databases/p5-Catalyst-Model-DBIC-Schema
+DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.10008:../../www/p5-Catalyst-Plugin-Authentication
DEPENDS+= p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-DBIx-Class>=0:../../databases/p5-DBIx-Class
-USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Authentication/Store/DBIx/Class/.packlist
-
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"