diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:49:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:49:53 +0800 |
commit | 36999b81cf9b92833d7f4d9ef71c594350931c4f (patch) | |
tree | 79a4f032dc7a20eee479bc6f053d721c58f41c51 /www/p5-Catalyst-Plugin-Session-Store-Delegate | |
parent | 33b1e51424aa5725fd470e745540a50d32d2b74b (diff) | |
download | freebsd-ports-gnome-36999b81cf9b92833d7f4d9ef71c594350931c4f.tar.gz freebsd-ports-gnome-36999b81cf9b92833d7f4d9ef71c594350931c4f.tar.zst freebsd-ports-gnome-36999b81cf9b92833d7f4d9ef71c594350931c4f.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>
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-Delegate')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr | 5 |
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/ |