summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile
diff options
context:
space:
mode:
authorabs <abs>2008-07-15 09:19:22 +0000
committerabs <abs>2008-07-15 09:19:22 +0000
commit75a430149390427402c8f24d794f6a58fa7f878e (patch)
tree6a225f7ed93e3ca577d99cf67d613b5de5c33aad /www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile
parentef391ef1137353071ebdd31255898e5c73c83fcc (diff)
downloadpkgsrc-75a430149390427402c8f24d794f6a58fa7f878e.tar.gz
Added www/p5-Catalyst-Plugin-Session-Store-Delegate version 0.02
This store plugins makes delegating session storage to a first class object model easy.
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile')
-rw-r--r--www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile
new file mode 100644
index 00000000000..77c14a5a5ea
--- /dev/null
+++ b/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:19:22 abs Exp $
+
+DISTNAME= Catalyst-Plugin-Session-Store-Delegate-0.02
+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::Session::Store::Delegate
+COMMENT= Delegate session storage to an application model object
+
+DEPENDS+= p5-Test-use-ok>=0:../../devel/p5-Test-use-ok
+DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
+DEPENDS+= p5-Catalyst-Plugin-Session>=0.12:../../www/p5-Catalyst-Plugin-Session
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Catalyst/Plugin/Session/Store/Delegate/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"