diff options
Diffstat (limited to 'www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile')
-rw-r--r-- | www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile index 785b10f85c9a..61e3d6cfaefe 100644 --- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile +++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= oleg@mamontov.net COMMENT= A storage class for Catalyst Authentication using DBIx::Class +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Catalyst-Model-DBIC-Schema>=0.18:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \ p5-Catalyst-Plugin-Authentication>=0.10008:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \ @@ -22,10 +25,7 @@ BUILD_DEPENDS= p5-Catalyst-Model-DBIC-Schema>=0.18:${PORTSDIR}/www/p5-Catalyst-M p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -RUN_DEPENDS= ${BUILD_DEPENDS} - -LICENSE_COMB= dual -LICENSE= ART20 GPLv1 +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |