aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Session-Store-Delegate
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-06 05:49:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-06 05:49:53 +0000
commit401a4d56830d06df55fb93e38b7e74dc0901d8a7 (patch)
tree79a4f032dc7a20eee479bc6f053d721c58f41c51 /www/p5-Catalyst-Plugin-Session-Store-Delegate
parentfd3de398bbbb8d5f75e3183dfd5f5e6b87937d30 (diff)
downloadports-401a4d56830d06df55fb93e38b7e74dc0901d8a7.tar.gz
ports-401a4d56830d06df55fb93e38b7e74dc0901d8a7.zip
- Add LICENSE
- Pass maintainership to submitter - While I'm here, fix WWW and update pkg-descr PR: 188273 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=350333
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-Delegate')
-rw-r--r--www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile5
-rw-r--r--www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr5
2 files changed, 7 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile
index 5ac8f314ebfb..a2761d290094 100644
--- a/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile
+++ b/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile
@@ -7,9 +7,12 @@ CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Delegate session storage to an application model object
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.27:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat
RUN_DEPENDS:= ${BUILD_DEPENDS}
diff --git a/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr b/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr
index e83c36725445..6b5d492a380e 100644
--- a/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr
+++ b/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr
@@ -1,3 +1,4 @@
-This storage module will store session data in a database using DBIx::Class.
+This store plugins makes delegating session storage to a first class object
+model easy.
-WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/
+WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-Delegate/