diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-24 19:09:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-24 19:09:55 +0000 |
commit | 87ad7b5171938788873a766b5918575b2e2ea70f (patch) | |
tree | 0167b4ddc2f9d1e31ad9a86310231ce6d0d4aef0 /www/p5-Catalyst-Plugin-Session/Makefile | |
parent | 8075394d774b28066c4a684fb1a01c65643291c1 (diff) | |
download | ports-87ad7b5171938788873a766b5918575b2e2ea70f.tar.gz ports-87ad7b5171938788873a766b5918575b2e2ea70f.zip |
- Update to 0.35
- Add LICENSE
Changes: http://search.cpan.org/dist/Catalyst-Plugin-Session/Changes
Notes
Notes:
svn path=/head/; revision=295423
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Session/Makefile b/www/p5-Catalyst-Plugin-Session/Makefile index 913ee532022b..9cd2023365f8 100644 --- a/www/p5-Catalyst-Plugin-Session/Makefile +++ b/www/p5-Catalyst-Plugin-Session/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-Session -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generic Catalyst Session plugin +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Catalyst-Runtime>=5.71001:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \ |