diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:50:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:50:12 +0000 |
commit | b245dd1bcbb1e157093bb2530f3d19f590f36fa1 (patch) | |
tree | d93e722a37db9456ac09ecb9791095b3443307fe | |
parent | 9ad91af159f042f0abda9c51906afd0cf8c263f1 (diff) | |
download | ports-b245dd1bcbb1e157093bb2530f3d19f590f36fa1.tar.gz ports-b245dd1bcbb1e157093bb2530f3d19f590f36fa1.zip |
Notes
-rw-r--r-- | www/p5-Catalyst-Plugin-Params-Nested/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Params-Nested/Makefile b/www/p5-Catalyst-Plugin-Params-Nested/Makefile index 959cb5f139e5..d8da83076419 100644 --- a/www/p5-Catalyst-Plugin-Params-Nested/Makefile +++ b/www/p5-Catalyst-Plugin-Params-Nested/Makefile @@ -7,9 +7,12 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Nested params (ala Ruby on Rails or PHP-style param arrays) +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-CGI-Expand>=1.06:${PORTSDIR}/www/p5-CGI-Expand \ p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} |